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 contacting someone by using email.
Syntax
typedef enum tagWPC_ARGS_EMAILCONTACTEVENT {
WPC_ARGS_EMAILCONTACTEVENT_APPNAME = 0,
WPC_ARGS_EMAILCONTACTEVENT_APPVERSION,
WPC_ARGS_EMAILCONTACTEVENT_OLDNAME,
WPC_ARGS_EMAILCONTACTEVENT_OLDID,
WPC_ARGS_EMAILCONTACTEVENT_NEWNAME,
WPC_ARGS_EMAILCONTACTEVENT_NEWID,
WPC_ARGS_EMAILCONTACTEVENT_REASON,
WPC_ARGS_EMAILCONTACTEVENT_EMAILACCOUNT,
WPC_ARGS_EMAILCONTACTEVENT_CARGS
} WPC_ARGS_EMAILCONTACTEVENT;
Constants
WPC_ARGS_EMAILCONTACTEVENT_APPNAMEValue: 0 The name of the application used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_APPVERSIONThe version of the application used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_OLDNAMEThe previous name of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_OLDIDThe previous ID of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_NEWNAMEThe new name of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_NEWIDThe new ID of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_REASONThe reason given for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_EMAILACCOUNTThe email account used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_CARGSThe arguments for the email contact. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |