ContactEmail.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of email address of a contact.
public:
property ContactEmailKind Kind { ContactEmailKind get(); void set(ContactEmailKind value); };
ContactEmailKind Kind();
void Kind(ContactEmailKind value);
public ContactEmailKind Kind { get; set; }
var contactEmailKind = contactEmail.kind;
contactEmail.kind = contactEmailKind;
Public Property Kind As ContactEmailKind
Property Value
A ContactEmailKind-typed value that indicates the type of email address.
Windows requirements
App capabilities |
contactsSystem
|