ExtendedCalendarSummaryOverride Property |
The summary that the authenticated user has set for this calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual string SummaryOverride { get; set; }
Public Overridable Property SummaryOverride As String
Get
Set
public:
virtual property String^ SummaryOverride {
String^ get ();
void set (String^ value);
}
abstract SummaryOverride : string with get, set
override SummaryOverride : string with get, set
Property Value
Type:
String
See Also