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
public static ExchangeFolderUserInfo getDefaultUser()
Gets Default user account
public final String getSid()
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
public final void setSid(String value)
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
public final String getPrimarySmtpAddress()
Gets or sets the primary SMTP address of an account.
public final void setPrimarySmtpAddress(String value)
Gets or sets the primary SMTP address of an account.
public final int getUserAccountType()
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
public final void setUserAccountType(int value)
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
public final String getDisplayName()
Gets or sets the user name for display.
public final void setDisplayName(String value)
Gets or sets the user name for display.