Description
Gets several properties of an e-mail.
Properties
Common
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
Input
- Message: Set mail message you want to get mail properties from
Output
- Bcc: Get the address listing that contains the BCC recipients of the e-mail.
- Body: Gets the message text.
- CC: Get the address listing that contains the CC recipients of the e-mail.
- From:Gets the sender address of the e-mail.
- Priority: Gets the priority of the e-mail.
- Received on: Gets the receiving DateTime of this e-mail. Return value may be null if not found.
- Subject: Gets the subject of the e-mail.
- To: Gets the address listing that contains the recipients of the e-mail.