FolderPermission(String, FolderPermissionLevel) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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 String
- The primary SMTP address of the user the permission applies to.
- permissionLevel FolderPermissionLevel
- The level of the permission.