Attachment |
public MimeEntity Add( string fileName, byte[] data, ContentType contentType )
| Exception | Condition |
|---|---|
| ArgumentNullException | fileName is . -or- data is . -or- contentType is . |
| ArgumentException | The specified file path is empty. |
Adds the specified data as an attachment using the supplied Content-Type.
The file name parameter is used to set the Content-Location.
For a list of known mime-types and their associated file extensions, see http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types