GetAttachmentType.AttachmentIds Property
The AttachmentIds property gets or sets the identifiers of the attachments to return in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("AttachmentId", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property AttachmentIds As RequestAttachmentIdType()
[XmlArrayItemAttribute("AttachmentId", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public RequestAttachmentIdType[] AttachmentIds { get; set; }
[XmlArrayItemAttribute(L"AttachmentId", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<RequestAttachmentIdType^>^ AttachmentIds {
array<RequestAttachmentIdType^>^ get ();
void set (array<RequestAttachmentIdType^>^ value);
}
/** @property */
public RequestAttachmentIdType[] get_AttachmentIds ()
/** @property */
public void set_AttachmentIds (RequestAttachmentIdType[] value)
public function get AttachmentIds () : RequestAttachmentIdType[]
public function set AttachmentIds (value : RequestAttachmentIdType[])
Property Value
The AttachmentIds property returns a RequestAttachmentIdType array that identifies the attachments to return.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
GetAttachmentType Class
GetAttachmentType Members
ExchangeWebServices Namespace