GraphAddAttachmentOptions Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Defines options for AddAttachment method.
Syntax
public class GraphAddAttachmentOptions
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphAddAttachmentOptions(String) | Initializes new GraphAddAttachmentOptions instance. |
Properties
| Name | Description |
|---|---|
| ContentId | Gets or sets the Content-Id of the attachment. |
| ContentLocation | Gets or sets the Content-Location of the attachment. |
| ContentType | Gets or sets the Content-Type of the attachment. For predefined strings see MediaTypeNames subclasses's constants. |
| IsInline | Gets or sets the value indicating whether this is inline attachment. Inline attachment is also known as linked or embedded resource, e.g. Image or CSS file referenced from the message body. |
| Name | Gets or sets the Name of the attachment. |