Add a MIME raw data 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, _
	name As String, _
	mimeContent As Byte() _
) As EwsAttachmentId
C#
public EwsAttachmentId AddAttachment(
	EwsItemId itemId,
	string name,
	byte[] mimeContent
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to which to add the attachment.
name
Type: System..::..String
Display name of new attachment.
mimeContent
Type: array<System..::..Byte>[]()[][]
Raw MIME data.

Return Value

EwsAttachmentId of the new attachment.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also