WPCEVENT_EMAIL_CONTACT event

Per-user event generated by an email client that records when a contact is added, changed, or deleted in Parental Controls.

const EVENT_DESCRIPTOR WPCEVENT_EMAIL_CONTACT = {0xe, 0x0, 0x10, 0x4, 0x16, 0xe, 0x8000000000000030};

Parameters

AppName

The name of the email application that is generating the event.

AppVersion

The version of the email application that is generating the event.

OldName

The previous email account name, if deleted or changed.

OldID

The ID associated with the previous email account name.

NewName

The new email account name, if added or changed.

NewID

The ID associated with the new email account name.

Reason

A value of the WPCFLAG_ISBLOCKED enumeration that indicates information about what events are blocked from use and what controls are in place.

EmailAccount

The email account name for this user.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
None supported
Header
Wpcevent.h

See also

Using Logging APIs for Parental Controls

WPC_ARGS_CONVERSATIONINITEVENT