MapiContactNamePropertySetInitials Property |
Gets or sets the initials
of the contact
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string Initials { get; set; }
Public Property Initials As String
Get
Set
public:
property String^ Initials {
String^ get ();
void set (String^ value);
}
member Initials : string with get, set
Property Value
Type:
String
See Also