EmailAddressKind Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies information about an email address.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration EmailAddressKind
public enum EmailAddressKind
<object property="enumerationValue" .../>

Members

Member name Description
Personal A personal email address.
Work A work email address.
Other A different kind of email address, such as school, or the kind of email address is unknown.

Remarks

The EmailAddressKind type is used to specify information about a ContactEmailAddress belonging to a Contact. The default value is Personal.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_CONTACTS

Windows Phone 8

ID_CAP_APPOINTMENTS

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.UserData Namespace

Other Resources

Contacts and Calendar for Windows Phone 8