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