VCardTelephoneNumberTelephoneType Property |
Gets or sets a telephone numer type
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic VCardTelephoneType TelephoneType { get; set; }
Public Property TelephoneType As VCardTelephoneType
Get
Set
public:
property VCardTelephoneType TelephoneType {
VCardTelephoneType get ();
void set (VCardTelephoneType value);
}
member TelephoneType : VCardTelephoneType with get, set
Property Value
Type:
VCardTelephoneType
Exceptions
See Also