ExchangeDelegatePermissions
Inheritance: java.lang.Object
public class ExchangeDelegatePermissions
Represents the folder permissions for the delegate user
Constructors
Constructor | Description |
---|---|
ExchangeDelegatePermissions() | Initializes a new instance of the ExchangeDelegatePermissions class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
setPermissionLevel(int permissionLevel)
public final void setPermissionLevel(int permissionLevel)
Sets the permission level on all folders to the specified value
Parameters:
Parameter | Type | Description |
---|---|---|
permissionLevel | int | A 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:
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 |