ExchangeDelegatePermissions

Inheritance: java.lang.Object

public class ExchangeDelegatePermissions

Represents the folder permissions for the delegate user

Constructors

ConstructorDescription
ExchangeDelegatePermissions()Initializes a new instance of the ExchangeDelegatePermissions class

Methods

MethodDescription
equals(Object arg0)
getCalendarFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Calendar folder
getClass()
getContactsFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Contacts folder
getInboxFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Inbox folder
getJournalFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Journal folder
getNotesFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Notes folder
getTasksFolderPermissionLevel()Gets or sets the permissions which the delegate user has on the default Tasks folder
hashCode()
notify()
notifyAll()
setCalendarFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Calendar folder
setContactsFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Contacts folder
setInboxFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Inbox folder
setJournalFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Journal folder
setNotesFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Notes folder
setPermissionLevel(int permissionLevel)Sets the permission level on all folders to the specified value
setTasksFolderPermissionLevel(int value)Gets or sets the permissions which the delegate user has on the default Tasks folder
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ExchangeDelegatePermissions()

public ExchangeDelegatePermissions()

Initializes a new instance of the ExchangeDelegatePermissions class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCalendarFolderPermissionLevel()

public final int getCalendarFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Calendar folder

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getContactsFolderPermissionLevel()

public final int getContactsFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Contacts folder

Returns: int

getInboxFolderPermissionLevel()

public final int getInboxFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Inbox folder

Returns: int

getJournalFolderPermissionLevel()

public final int getJournalFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Journal folder

Returns: int

getNotesFolderPermissionLevel()

public final int getNotesFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Notes folder

Returns: int

getTasksFolderPermissionLevel()

public final int getTasksFolderPermissionLevel()

Gets or sets the permissions which the delegate user has on the default Tasks folder

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCalendarFolderPermissionLevel(int value)

public final void setCalendarFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Calendar folder

Parameters:

ParameterTypeDescription
valueint

setContactsFolderPermissionLevel(int value)

public final void setContactsFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Contacts folder

Parameters:

ParameterTypeDescription
valueint

setInboxFolderPermissionLevel(int value)

public final void setInboxFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Inbox folder

Parameters:

ParameterTypeDescription
valueint

setJournalFolderPermissionLevel(int value)

public final void setJournalFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Journal folder

Parameters:

ParameterTypeDescription
valueint

setNotesFolderPermissionLevel(int value)

public final void setNotesFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Notes folder

Parameters:

ParameterTypeDescription
valueint

setPermissionLevel(int permissionLevel)

public final void setPermissionLevel(int permissionLevel)

Sets the permission level on all folders to the specified value

Parameters:

ParameterTypeDescription
permissionLevelintA premission level on all folders

setTasksFolderPermissionLevel(int value)

public final void setTasksFolderPermissionLevel(int value)

Gets or sets the permissions which the delegate user has on the default Tasks folder

Parameters:

ParameterTypeDescription
valueint

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