GetAttachment

IActiveSyncTLClient.GetAttachment method

The GetAttachment retrieves an email attachment from the server. The GetAttachment is not supported when the protocol version is 14.0 or 14.1. Use the Fetch element of the ItemOperations command instead.

public byte[] GetAttachment(string attachmentName)
Parameter Type Description
attachmentName String The name of the attachment to be retrieved.

Return Value

Returns attachment data

See Also