ExchangeFolderUserInfo
Inheritance: java.lang.Object
public final class ExchangeFolderUserInfo
Represents a user who has folder access permissions
Constructors
| Constructor | Description |
|---|---|
| ExchangeFolderUserInfo() | Initializes a new instance of the ExchangeFolderUserInfo class |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getAnonymousUser() | Gets Anonymous user account |
| getClass() | |
| getDefaultUser() | Gets Default user account |
| getDisplayName() | Gets or sets the user name for display. |
| getPrimarySmtpAddress() | Gets or sets the primary SMTP address of an account. |
| getSid() | Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user. |
| getUserAccountType() | Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDisplayName(String value) | Gets or sets the user name for display. |
| setPrimarySmtpAddress(String value) | Gets or sets the primary SMTP address of an account. |
| setSid(String value) | Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user. |
| setUserAccountType(int value) | Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ExchangeFolderUserInfo()
public ExchangeFolderUserInfo()
Initializes a new instance of the ExchangeFolderUserInfo class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAnonymousUser()
public static ExchangeFolderUserInfo getAnonymousUser()
Gets Anonymous user account
Returns: ExchangeFolderUserInfo
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDefaultUser()
public static ExchangeFolderUserInfo getDefaultUser()
Gets Default user account
Returns: ExchangeFolderUserInfo
getDisplayName()
public final String getDisplayName()
Gets or sets the user name for display.
Returns: java.lang.String
getPrimarySmtpAddress()
public final String getPrimarySmtpAddress()
Gets or sets the primary SMTP address of an account.
Returns: java.lang.String
getSid()
public final String getSid()
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
Returns: java.lang.String
getUserAccountType()
public final int getUserAccountType()
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDisplayName(String value)
public final void setDisplayName(String value)
Gets or sets the user name for display.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setPrimarySmtpAddress(String value)
public final void setPrimarySmtpAddress(String value)
Gets or sets the primary SMTP address of an account.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setSid(String value)
public final void setSid(String value)
Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setUserAccountType(int value)
public final void setUserAccountType(int value)
Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |