EwsFolderId Property
Gets the folder's ID object.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public FolderId Id { get; }

Property Value

Type: FolderId
A reference to EWS Managed API's folder ID object.
Remarks
The FolderId object can be used in many methods to efficiently specify the folder to process. Using IDs is more efficient than using names or full names.
See Also