Adds a file as new attachment to an exchange item.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function AddAttachment ( _ itemId As EwsItemId, _ filePath As String _ ) As EwsAttachmentId |
C# |
---|
public EwsAttachmentId AddAttachment( EwsItemId itemId, string filePath ) |
Parameters
- itemId
- Type: Rebex.Net..::..EwsItemId
ID of an item to which to add the attachment.
- filePath
- Type: System..::..String
Path to a file to read attachment data from.