|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageDispositionType | |
|---|---|
| com.microsoft.exchange.messages | |
| com.microsoft.exchange.types | |
| Uses of MessageDispositionType in com.microsoft.exchange.messages |
|---|
| Fields in com.microsoft.exchange.messages declared as MessageDispositionType | |
|---|---|
protected MessageDispositionType |
UpdateItem.messageDisposition
|
protected MessageDispositionType |
CreateItem.messageDisposition
|
| Methods in com.microsoft.exchange.messages that return MessageDispositionType | |
|---|---|
MessageDispositionType |
UpdateItem.getMessageDisposition()
Gets the value of the messageDisposition property. |
MessageDispositionType |
CreateItem.getMessageDisposition()
Gets the value of the messageDisposition property. |
| Methods in com.microsoft.exchange.messages with parameters of type MessageDispositionType | |
|---|---|
void |
UpdateItem.setMessageDisposition(MessageDispositionType value)
Sets the value of the messageDisposition property. |
void |
CreateItem.setMessageDisposition(MessageDispositionType value)
Sets the value of the messageDisposition property. |
| Uses of MessageDispositionType in com.microsoft.exchange.types |
|---|
| Methods in com.microsoft.exchange.types that return MessageDispositionType | |
|---|---|
static MessageDispositionType |
MessageDispositionType.fromValue(String v)
|
static MessageDispositionType |
MessageDispositionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageDispositionType[] |
MessageDispositionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||