IGmailClientListAccessRules Method |
Gets list of access rules
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
SyntaxAccessControlRule[] ListAccessRules(
string calendarId
)
Function ListAccessRules (
calendarId As String
) As AccessControlRule()
array<AccessControlRule^>^ ListAccessRules(
String^ calendarId
)
abstract ListAccessRules :
calendarId : string -> AccessControlRule[]
Parameters
- calendarId
- Type: SystemString
Calendar identifier.
Return Value
Type:
AccessControlRuleReturns list of access rules
See Also