FreebusyQueryGroupExpansionMax Property |
Maximal number of calendar identifiers to be provided for a single group. Optional.
An error will be returned for a group with more members than this value.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int? GroupExpansionMax { get; set; }
Public Property GroupExpansionMax As Integer?
Get
Set
public:
property Nullable<int> GroupExpansionMax {
Nullable<int> get ();
void set (Nullable<int> value);
}
member GroupExpansionMax : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also