FreebusyQueryCalendarExpansionMax Property |
Maximal number of calendars for which FreeBusy information is to be provided. Optional.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int? CalendarExpansionMax { get; set; }
Public Property CalendarExpansionMax As Integer?
Get
Set
public:
property Nullable<int> CalendarExpansionMax {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CalendarExpansionMax : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also