WPC_ARGS_EMAILSENTEVENT enumeration (wpcevent.h)

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_SENDER
Value: 0
The sender who sent the email message.
WPC_ARGS_EMAILSENTEVENT_APPNAME
The name of the application that sent the email message.
WPC_ARGS_EMAILSENTEVENT_APPVERSION
The version of the application that sent the email message.
WPC_ARGS_EMAILSENTEVENT_SUBJECT
The subject of the email message.
WPC_ARGS_EMAILSENTEVENT_REASON
The reason for the email message.
WPC_ARGS_EMAILSENTEVENT_RECIPCOUNT
The number of accounts that received the email message.
WPC_ARGS_EMAILSENTEVENT_RECIPIENT
The recipient account that received the email message.
WPC_ARGS_EMAILSENTEVENT_ATTACHCOUNT
The number of attachments in the email message.
WPC_ARGS_EMAILSENTEVENT_ATTACHMENTNAME
The name of the attachment in the email message.
WPC_ARGS_EMAILSENTEVENT_EMAILACCOUNT
The email account that sent the email message.
WPC_ARGS_EMAILSENTEVENT_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