Initializes a new instance of the EwsAttachmentId class with the specified value.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Sub New ( _
	id As String _
)
C#
public EwsAttachmentId(
	string id
)

Parameters

id
Type: System..::..String
ID of the attachment (can be in Exchange native format also).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also