public final class ExchangeFolderUserInfo extends Object
Represents a user who has folder access permissions
Constructor and Description |
---|
ExchangeFolderUserInfo()
Initializes a new instance of the
ExchangeFolderUserInfo class |
Modifier and Type | Method and Description |
---|---|
static ExchangeFolderUserInfo |
getAnonymousUser()
Gets Anonymous user account
|
static ExchangeFolderUserInfo |
getDefaultUser()
Gets Default user account
|
String |
getDisplayName()
Gets or sets the user name for display.
|
String |
getPrimarySmtpAddress()
Gets or sets the primary SMTP address of an account.
|
String |
getSid()
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
|
int |
getUserAccountType()
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
|
void |
setDisplayName(String value)
Gets or sets the user name for display.
|
void |
setPrimarySmtpAddress(String value)
Gets or sets the primary SMTP address of an account.
|
void |
setSid(String value)
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
|
void |
setUserAccountType(int value)
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
|
public ExchangeFolderUserInfo()
Initializes a new instance of the ExchangeFolderUserInfo
class
public static ExchangeFolderUserInfo getAnonymousUser()
Gets Anonymous user account
ExchangeFolderUserInfo
object.public static ExchangeFolderUserInfo getDefaultUser()
Gets Default user account
ExchangeFolderUserInfo
object.public String getSid()
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
String
object.public void setSid(String value)
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
value
- a String
object.public String getPrimarySmtpAddress()
Gets or sets the primary SMTP address of an account.
String
object.public void setPrimarySmtpAddress(String value)
Gets or sets the primary SMTP address of an account.
value
- a String
object.public int getUserAccountType()
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
public void setUserAccountType(int value)
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
value
- a int.public String getDisplayName()
Gets or sets the user name for display.
String
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.