Initializes a new instance of the EwsFolderId with the specified Distinguished name and mailbox.

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

Syntax

Visual Basic
Public Sub New ( _
	specialFolder As EwsSpecialFolder, _
	mailbox As String _
)
C#
public EwsFolderId(
	EwsSpecialFolder specialFolder,
	string mailbox
)

Parameters

specialFolder
Type: Rebex.Net..::..EwsSpecialFolder
Distinguished name of the folder.
mailbox
Type: System..::..String
Mailbox which contains the folder.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also