Gets the folder's ID object.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public FolderId Id { get; }
Public ReadOnly Property Id As FolderId
Get
Property Value
Type:
FolderIdA 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