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 received.
Syntax
typedef enum tagWPC_ARGS_EMAILRECEIEVEDEVENT {
WPC_ARGS_EMAILRECEIEVEDEVENT_SENDER = 0,
WPC_ARGS_EMAILRECEIEVEDEVENT_APPNAME,
WPC_ARGS_EMAILRECEIEVEDEVENT_APPVERSION,
WPC_ARGS_EMAILRECEIEVEDEVENT_SUBJECT,
WPC_ARGS_EMAILRECEIEVEDEVENT_REASON,
WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPCOUNT,
WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPIENT,
WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHCOUNT,
WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHMENTNAME,
WPC_ARGS_EMAILRECEIEVEDEVENT_RECEIVEDTIME,
WPC_ARGS_EMAILRECEIEVEDEVENT_EMAILACCOUNT,
WPC_ARGS_EMAILRECEIEVEDEVENT_CARGS
} WPC_ARGS_EMAILRECEIEVEDEVENT;
Constants
WPC_ARGS_EMAILRECEIEVEDEVENT_SENDER Value: 0 The sender who sent the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_APPNAME The name of the application that sent the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_APPVERSION The version of the application that sent the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_SUBJECT The subject line of the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_REASON The reason given for the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPCOUNT The number of accounts that received the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPIENT The recipient account that received the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHCOUNT The number of attachments in the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHMENTNAME The name of the attachment in the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_RECEIVEDTIME The time that the email message was received. |
WPC_ARGS_EMAILRECEIEVEDEVENT_EMAILACCOUNT The email account that sent the email message. |
WPC_ARGS_EMAILRECEIEVEDEVENT_CARGS The arguments for the email message. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | wpcevent.h |