Click or drag to resize
MimeKit

IMailFolderId Property

Get the unique identifier for the folder, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
string Id { get; }

Property Value

String
The unique folder identifier.
Remarks

Gets a unique identifier for the folder, if available. This is useful for clients implementing a message cache that want to track the folder after it is renamed by another client.

Note  Note
This property will only be available if the server supports the OBJECTID extension.
See Also