ItemAttachmentType Class
The ItemAttachmentType class represents an Exchange item that is attached to another Exchange item.
Inheritance Hierarchy
System.Object
ExchangeWebServices.AttachmentType
ExchangeWebServices.ItemAttachmentType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ItemAttachmentType _
Inherits AttachmentType
'Usage
Dim instance As ItemAttachmentType
[SerializableAttribute]
public class ItemAttachmentType : AttachmentType
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