Class MessageAttachmentOptions
Options for attachments for a message
public class MessageAttachmentOptions
- Inheritance
-
MessageAttachmentOptions
- Inherited Members
Properties
ContentBytes
Bytes of the attachment
public string ContentBytes { get; set; }
Property Value
ContentType
Content-Type of the attachment
public string ContentType { get; set; }
Property Value
Name
Name of the attachment
public string Name { get; set; }