StringUtilsgetEmailMessages Method

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static EmailMessage[] getEmailMessages(
	bool inbound,
	long issueId,
	long account = 0,
	bool getMsg = false
)

Parameters

inbound  Boolean
 
issueId  Int64
 
account  Int64  (Optional)
 
getMsg  Boolean  (Optional)
 

Return Value

EmailMessage

See Also