Class ExchangeUploadItemResult

ExchangeUploadItemResult class

Represents a result of updating or creating a streamed item

public sealed class ExchangeUploadItemResult

Properties

NameDescription
ErrorMessage { get; }Gets the error message (if the uploading item failed)
IsSuccessful { get; }Gets a value indicating whether the item is uploaded successfully
ItemId { get; }Gets the item id

See Also