Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

ImapMessageSet.ParseUniqueId Method

Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)

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.

In This Article
  • ParseUniqueId(String, out Int64, out Int64)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies