ImapMessageSet.BuildUniqueId Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
BuildUniqueId(Int64, Int64)
Converts the two distinct message ID parts into the combined 'unique ID' used by Rebex IMAP. Please consult the IMAP RFC for details on unique ID and validity ID.
Declaration
public static string BuildUniqueId(long validity, long id)
Parameters
Type | Name | Description |
---|---|---|
Int64 | validity | Folder validity ID. |
Int64 | id | Message unique ID. |
Returns
Type | Description |
---|---|
String | Combined 'unique ID' value. |