ImapMessageSet.ParseUniqueId Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
ParseUniqueId(String, out Int64, out Int64)
Converts the combined 'unique ID' value used by Rebex IMAP into its distinct parts. Please consult the IMAP RFC for details on unique ID and validity ID.
Declaration
public static bool ParseUniqueId(string uniqueId, out long validity, out long id)
Parameters
Type | Name | Description |
---|---|---|
String | uniqueId | Unique ID string. |
Int64 | validity | Folder validity ID. |
Int64 | id | Message unique ID. |
Returns
Type | Description |
---|---|
Boolean | True if parsed successfully; false if unable to parse. |