Attachment |
The AttachmentCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(MimeEntity) | Add an attachment. | |
Add(String, Byte) | Add an attachment. | |
Add(String, CancellationToken) | Add an attachment. | |
Add(String, ContentType, CancellationToken) | Add an attachment. | |
Add(String, Byte, ContentType) | Add an attachment. | |
Add(String, Stream, CancellationToken) | Add an attachment. | |
Add(String, Stream, ContentType, CancellationToken) | Add an attachment. | |
AddAsync(String, CancellationToken) | Asynchronously add an attachment. | |
AddAsync(String, ContentType, CancellationToken) | Asynchronously add an attachment. | |
AddAsync(String, Stream, CancellationToken) | Asynchronously add an attachment. | |
AddAsync(String, Stream, ContentType, CancellationToken) | Asynchronously add an attachment. | |
Clear | Clear the attachment collection. | |
Clear(Boolean) | Clear the attachment collection. | |
Contains | Check if the collection contains the specified attachment. | |
CopyTo | Copy all of the attachments in the collection to an array. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Get an enumerator for the list of attachments. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | Get the index of the requested attachment, if it exists. | |
Insert | Insert an attachment at the given index. | |
MemberwiseClone | (Inherited from Object) | |
Remove | Remove an attachment. | |
RemoveAt | Remove the attachment at the specified index. | |
ToString | (Inherited from Object) |