public final class ExchangeUploadItemResult extends Object
Represents a result of updating or creating a streamed item
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Gets the error message (if the uploading item failed)
|
String |
getItemId()
Gets the item id
|
boolean |
isSuccessful()
Gets a value indicating whether the item is uploaded successfully
|