ExchangeDelegateUser

Inheritance: java.lang.Object

public final class ExchangeDelegateUser

Represents a user who is granted access to the principal mailbox

Constructors

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
primarySmtpAddressjava.lang.StringA user primary smtp address
permissionLevelintA permission level that is granted to the user on all folders

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueExchangeDelegatePermissions

setOptions(int value)

public final void setOptions(int value)

Gets or sets additional options

Parameters:

ParameterTypeDescription
valueint

setUserInfo(ExchangeFolderUserInfo value)

public final void setUserInfo(ExchangeFolderUserInfo value)

Gets or sets the user information

Parameters:

ParameterTypeDescription
valueExchangeFolderUserInfo

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int