IAttachmentOwner.CreateAttachment Method
Include Protected Members
Include Inherited Members
Creates an attachment and adds it to the Attachments collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateAttachment(String) | Creates an attachment from a file. | |
CreateAttachment(String, SourceFileAction) | Creates an attachment from a file, optionally deleting the source file after uploading. |
Top