ContactNotesFormat Property |
Gets or sets a format of a notes field.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic TextFormat NotesFormat { get; set; }
Public Property NotesFormat As TextFormat
Get
Set
public:
property TextFormat NotesFormat {
TextFormat get ();
void set (TextFormat value);
}
member NotesFormat : TextFormat with get, set
Property Value
Type:
TextFormat
See Also