Class MoveCopyItemResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a response to a Move or Copy operation.
public sealed class MoveCopyItemResponse : ServiceResponse
- Inheritance
-
MoveCopyItemResponse
- Inherited Members
Properties
Item
Gets the copied or moved item. Item is null if the copy or move operation was between two mailboxes or between a mailbox and a public folder.
public Item Item { get; }