ExchangeDelegateUser
Inheritance: java.lang.Object
public final class ExchangeDelegateUser
Represents a user who is granted access to the principal mailbox
Constructors
Constructor | Description |
---|---|
ExchangeDelegateUser() | Initializes a new instance of the ExchangeDelegateUser class |
ExchangeDelegateUser(String primarySmtpAddress, int permissionLevel) | Initializes a new instance of the ExchangeDelegateUser class for the specified user and sets the specified permission level on all folders |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getFolderPermissions() | Gets or sets the folder permissions for the delegate user |
getOptions() | Gets or sets additional options |
getUserInfo() | Gets or sets the user information |
hashCode() | |
notify() | |
notifyAll() | |
setFolderPermissions(ExchangeDelegatePermissions value) | Gets or sets the folder permissions for the delegate user |
setOptions(int value) | Gets or sets additional options |
setUserInfo(ExchangeFolderUserInfo value) | Gets or sets the user information |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ExchangeDelegateUser()
public ExchangeDelegateUser()
Initializes a new instance of the ExchangeDelegateUser class
ExchangeDelegateUser(String primarySmtpAddress, int permissionLevel)
public ExchangeDelegateUser(String primarySmtpAddress, int permissionLevel)
Initializes a new instance of the ExchangeDelegateUser class for the specified user and sets the specified permission level on all folders
Parameters:
Parameter | Type | Description |
---|---|---|
primarySmtpAddress | java.lang.String | A user primary smtp address |
permissionLevel | int | A permission level that is granted to the user on all folders |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFolderPermissions()
public final ExchangeDelegatePermissions getFolderPermissions()
Gets or sets the folder permissions for the delegate user
Returns: ExchangeDelegatePermissions
getOptions()
public final int getOptions()
Gets or sets additional options
Returns: int
getUserInfo()
public final ExchangeFolderUserInfo getUserInfo()
Gets or sets the user information
Returns: ExchangeFolderUserInfo
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFolderPermissions(ExchangeDelegatePermissions value)
public final void setFolderPermissions(ExchangeDelegatePermissions value)
Gets or sets the folder permissions for the delegate user
Parameters:
Parameter | Type | Description |
---|---|---|
value | ExchangeDelegatePermissions |
setOptions(int value)
public final void setOptions(int value)
Gets or sets additional options
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setUserInfo(ExchangeFolderUserInfo value)
public final void setUserInfo(ExchangeFolderUserInfo value)
Gets or sets the user information
Parameters:
Parameter | Type | Description |
---|---|---|
value | ExchangeFolderUserInfo |
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 |