VCardContactTelephoneNumbers Property |
Gets or sets a contact's telephone numbers
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardTelephoneNumberCollection TelephoneNumbers { get; set; }
Public Property TelephoneNumbers As VCardTelephoneNumberCollection
Get
Set
public:
property VCardTelephoneNumberCollection^ TelephoneNumbers {
VCardTelephoneNumberCollection^ get ();
void set (VCardTelephoneNumberCollection^ value);
}
member TelephoneNumbers : VCardTelephoneNumberCollection with get, set
Property Value
Type:
VCardTelephoneNumberCollection
See Also