Gets or sets an image of contact
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ContactPhoto Photo { get; set; }
Public Property Photo As ContactPhoto
Get
Set
public:
property ContactPhoto^ Photo {
ContactPhoto^ get ();
void set (ContactPhoto^ value);
}
member Photo : ContactPhoto with get, set
Property Value
Type:
ContactPhoto
See Also