AttachmentIdType Class
The AttachmentIdType class represents the item identifier and new change key of an item after an attachment has been attached.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseItemIdType
ExchangeWebServices.RequestAttachmentIdType
ExchangeWebServices.AttachmentIdType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AttachmentIdType _
Inherits RequestAttachmentIdType
'Usage
Dim instance As AttachmentIdType
[SerializableAttribute]
public class AttachmentIdType : RequestAttachmentIdType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also