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