| MailFolderId Property |
Get the unique identifier for the folder, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string Id { get; protected set; }
Property Value
StringThe unique folder identifier.
Implements
IMailFolderIdRemarks 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 |
---|
This property will only be available if the server supports the
OBJECTID extension. |
See Also