Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about an email message that has been sent.
Syntax
typedef enum tagWPC_ARGS_EMAILSENTEVENT {
WPC_ARGS_EMAILSENTEVENT_SENDER = 0,
WPC_ARGS_EMAILSENTEVENT_APPNAME,
WPC_ARGS_EMAILSENTEVENT_APPVERSION,
WPC_ARGS_EMAILSENTEVENT_SUBJECT,
WPC_ARGS_EMAILSENTEVENT_REASON,
WPC_ARGS_EMAILSENTEVENT_RECIPCOUNT,
WPC_ARGS_EMAILSENTEVENT_RECIPIENT,
WPC_ARGS_EMAILSENTEVENT_ATTACHCOUNT,
WPC_ARGS_EMAILSENTEVENT_ATTACHMENTNAME,
WPC_ARGS_EMAILSENTEVENT_EMAILACCOUNT,
WPC_ARGS_EMAILSENTEVENT_CARGS
} WPC_ARGS_EMAILSENTEVENT;
Constants
WPC_ARGS_EMAILSENTEVENT_SENDERValue: 0 The sender who sent the email message. |
WPC_ARGS_EMAILSENTEVENT_APPNAMEThe name of the application that sent the email message. |
WPC_ARGS_EMAILSENTEVENT_APPVERSIONThe version of the application that sent the email message. |
WPC_ARGS_EMAILSENTEVENT_SUBJECTThe subject of the email message. |
WPC_ARGS_EMAILSENTEVENT_REASONThe reason for the email message. |
WPC_ARGS_EMAILSENTEVENT_RECIPCOUNTThe number of accounts that received the email message. |
WPC_ARGS_EMAILSENTEVENT_RECIPIENTThe recipient account that received the email message. |
WPC_ARGS_EMAILSENTEVENT_ATTACHCOUNTThe number of attachments in the email message. |
WPC_ARGS_EMAILSENTEVENT_ATTACHMENTNAMEThe name of the attachment in the email message. |
WPC_ARGS_EMAILSENTEVENT_EMAILACCOUNTThe email account that sent the email message. |
WPC_ARGS_EMAILSENTEVENT_CARGSThe arguments for the email message. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |