Class VCardFullName

VCardFullName class

Represents vCard contact full name (N property)

public sealed class VCardFullName

Constructors

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

Properties

NameDescription
FamilyName { get; set; }Gets or sets a family name
GivenName { get; set; }Gets or sets a given name
HonorificPostfixes { get; set; }Gets or sets a honorific postfixes
HonorificPrefixes { get; set; }Gets or sets a honorific prefixes
MiddleName { get; set; }Gets or sets a middle name

See Also