Email Properties
Previous | Next |
Email Properties
Windows Portable Devices supports the following email properties.
Property | VarType | Description |
WPD_EMAIL_BCC_LINE | VT_LPWSTR | The BCC recipients of the e-mail message. BCC recipients receive a copy of the e-mail, but their names are not displayed as recipients. |
WPD_EMAIL_CC_LINE | VT_LPWSTR | The CC recipients of the e-mail message. CC recipients receive a copy of the e-mail message, and their names are displayed as recipients. |
WPD_EMAIL_HAS_ATTACHMENTS | VT_BOOL | A Boolean value that specifies whether this e-mail message has attachments. |
WPD_EMAIL_HAS_BEEN_READ | VT_BOOL | A Boolean value that specifies whether this e-mail message has been read. |
WPD_EMAIL_RECEIVED_TIME | VT_DATE | A value that specifies when the e-mail message was received. |
WPD_EMAIL_SENDER_ADDRESS | VT_LPWSTR | The e-mail address of the sender. |
WPD_EMAIL_TO_LINE | VT_LPWSTR | The main recipients of the e-mail message. |
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |