FolderPermission(String, FolderPermissionLevel) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public FolderPermission(
string primarySmtpAddress,
FolderPermissionLevel permissionLevel
)
Public Sub New (
primarySmtpAddress As String,
permissionLevel As FolderPermissionLevel
)
public:
FolderPermission(
String^ primarySmtpAddress,
FolderPermissionLevel permissionLevel
)
new :
primarySmtpAddress : string *
permissionLevel : FolderPermissionLevel -> FolderPermission
Параметры
- primarySmtpAddress
- Тип: SystemString
The primary SMTP address of the user the permission applies to. - permissionLevel
- Тип: Tessa.Exchange.WebServices.DataFolderPermissionLevel
The level of the permission.
См. также