VCardFullName
Contents
[
Hide
]VCardFullName class
Represents vCard contact full name (N property)
Constructors
| Name | Description |
|---|---|
| VCardFullName (2 overloads) | Initializes a new instance of the VCardFullName class |
Methods
| Name | Description |
|---|---|
| get_FamilyName | Gets a family name |
| get_GivenName | Gets a given name |
| get_HonorificPostfixes | Gets a honorific postfixes |
| get_HonorificPrefixes | Gets a honorific prefixes |
| get_IsEmpty | Gets a value indicating whether the all properties are null or empty |
| get_MiddleName | Gets a middle name |
| set_FamilyName | Sets a family name |
| set_GivenName | Sets a given name |
| set_HonorificPostfixes | Sets a honorific postfixes |
| set_HonorificPrefixes | Sets a honorific prefixes |
| set_MiddleName | Sets a middle name |
| ToString | Returns a string that represents the current object. |
| ToVCardHeader | Converts this instance into the corresponding vCard N property |