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_APPNAME Value: 0 The name of the application used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_APPVERSION The version of the application used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_OLDNAME The previous name of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_OLDID The previous ID of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_NEWNAME The new name of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_NEWID The new ID of the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_REASON The reason given for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_EMAILACCOUNT The email account used for the email contact. |
WPC_ARGS_EMAILCONTACTEVENT_CARGS The arguments for the email contact. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | wpcevent.h |