| VCardPhones Property |
Gets all phones associated with this vCard (TEL).
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<VCardPhone> Phones { get; }
Public ReadOnly Property Phones As List(Of VCardPhone)
Get
public:
property List<VCardPhone^>^ Phones {
List<VCardPhone^>^ get ();
}
member Phones : List<VCardPhone> with get
Property Value
Type:
ListVCardPhoneSee Also