The BinaryAttachment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BinaryAttachment |
Creates an attachment.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Normalize |
Obtains a normalized copy of the object or the original instance if it is already normalized.
(Overrides Attachment..::.Normalize()()().) | |
| ToAttachmentData |
Generates serializable attachment data from an attachment.
(Overrides Attachment..::.ToAttachmentData()()().) | |
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Bytes |
Gets the binary content of the attachment, not null.
| |
| ContentType |
Gets the content type of the attachment specified as a MIME type, not null.
for definitions of common supported MIME types.
(Inherited from Attachment.) | |
| Name |
Gets the name of the attachment, not null.
(Inherited from Attachment.) |
