Class GetAttachmentResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the response to an individual attachment retrieval request.
public sealed class GetAttachmentResponse : ServiceResponse
- Inheritance
-
GetAttachmentResponse
- Inherited Members
Properties
Attachment
Gets the attachment that was retrieved.
public Attachment Attachment { get; }