SetRegisterKey |
Top Previous Next |
SetRegisterKey Registers an MCore library with a specified registration key. Without a registration, MCore library works in a limited mode and can process only the first 100 mail objects.
Delphi syntax: procedure SetRegisterKey(Key: LPSTR); С++ syntax: void WINAPI SetRegisterKey (LPSTR Key); C# syntax: public static extern void SetRegisterKey([MarshalAs(UnmanagedType.LPStr)] String key);
Parameters: Key MCore library registration key, zero-terminated string.
Remarks: • Not registered copy of MCore return special error code OMS_MAILBOXSDKNOTREGISTER when processing first 100 mail objects. • To register your need simply put registration key as parameter to SetRegisterKey API before make any operation with mailbox objects.
Please contact as to get YOUR OWNED MCore library register key:
Solution Software Logic Inc. 40 Glushkova Av. Kiev, 03187, Ukraine +380 44 492 93 42 +380 44 492 93 45 Fax: +380 44 526 93 46
Marketing & PR Department: Victor Panchenko +380 44 526 93 44 victor@solution-software-logic.com
HR Department: +380 44 492 93 43 hr@solution-software-logic.com
General inquiries: info@solution-software-logic.com info@ssl.com support@ssl.com
© MCore Team 2005-2008, please contact as
|