AllowedConferenceSolutionTypes Enumeration |
The types of conference solutions that are supported for this calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax[FlagsAttribute]
public enum AllowedConferenceSolutionTypes
<FlagsAttribute>
Public Enumeration AllowedConferenceSolutionTypes
[FlagsAttribute]
public enum class AllowedConferenceSolutionTypes
[<FlagsAttribute>]
type AllowedConferenceSolutionTypes
Members
| Member name | Value | Description |
---|
| NotDefined | 0 |
Value is not defined
|
| eventHangout | 1 | |
| eventNamedHangout | 2 | |
| hangoutsMeet | 3 | |
See Also