AttachmentCollection.Add method
The Add method adds an instance of the Attachment class to the collection.
Overload list
Name | Description | |
---|---|---|
Add() | The Add method adds a new Attachment object to the collection. | |
Add(String) | The Add method adds a new Attachment object to the collection by using the file name specified by the fileName parameter. | |
Add(String, String) | The Add method adds a new Attachment object to the collection by using the file name specified by the fileName parameter and the content type specified by the contentType parameter. |
Top