Initializes a new instance of the EwsFolderId class with the specified ID and Change key.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Sub New ( _ id As String, _ changeKey As String _ )  | 
| C# | 
|---|
public EwsFolderId( string id, string changeKey )  | 
Parameters
- id
 - Type: System..::..String
ID of the folder (can be in Exchange native format also). 
- changeKey
 - Type: System..::..String
Change key of the folder (can be in Exchange native format also).