AttachmentIdType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AttachmentIdType class represents the item identifier and new change key of an item after an attachment has been attached.
public ref class AttachmentIdType : ExchangeWebServices::RequestAttachmentIdType
public class AttachmentIdType : ExchangeWebServices.RequestAttachmentIdType
Public Class AttachmentIdType
Inherits RequestAttachmentIdType
- Inheritance
Constructors
AttachmentIdType() |
The AttachmentIdType constructor initializes a new instance of the AttachmentIdType class. |
Properties
Id |
The Id property gets or sets the identifier for an attachment. (Inherited from RequestAttachmentIdType) |
RootItemChangeKey |
The RootItemChangeKey property gets or sets the change key of the root store item to which the attachment is attached. |
RootItemId |
The RootItemId property gets or sets the unique identifier of the root store item to which the attachment is attached. |