Class VCardIdentificationInfo

VCardIdentificationInfo class

Represents vCard identification information

public sealed class VCardIdentificationInfo

Constructors

NameDescription
VCardIdentificationInfo()Initializes a new instance of the VCardIdentificationInfo class

Properties

NameDescription
Birthday { get; set; }Gets or sets a contact’s bithday
DisplayName { get; set; }Gets or sets a contact’s display(formatted) name
FullName { get; set; }Gets or sets a contact’s full name
Nickname { get; set; }Gets or sets a contact’s nickname
Photo { get; set; }Gets or sets a contact’s photo

See Also