GetFrom method: MCFInboundEmail class
Syntax
GetFrom()
Description
Use the GetFrom method to split the semicolon delimited list of addresses in the From property into an array of addresses.
Parameters
None.
Returns
An array of string. Each item in the array contains an email address.
Related Topics