Discuss this help topic in SecureBlackbox Forum
Generates unique ID for the message.
Declaration
[C#]
static string GenerateMessageID();
[VB.NET]
Shared Function GenerateMessageID() As String
[Pascal]
class function GenerateMessageID: TString;
[C++]
static void GenerateMessageID(sb_u16string &OutResult);
static void GenerateMessageID(std::wstring &OutResult);
[PHP]
string GenerateMessageID()
[Java]
static String generateMessageID();
Description
Use this method to create new unique ID for a message.
Discuss this help topic in SecureBlackbox Forum