| Overload | Description |
|---|---|
| Add(Object) | Inserts the specified object into the collection as an attachment. |
| Add(MimeAttachmentStream) | Inserts the specified MimeAttachmentStream into the collection as an attachment. |
| Add(Stream,String) | Inserts the specified Stream (must be a MimeAttachmentStream) into the collection as an attachment. |
| Add(String) | Inserts the file specified by fileName into the collectio as an attachment. |
Target Platforms: Microsoft .NET Framework 2.0