Dear Customer,
Thank you for purchasing EAGetMail Mail Component. We are pleased in being able to provide you with our quality products and look forward to our relationship growing and flourishing. It is our sincere hope that you are completely satisfied with EAGetMail which was provided to you and avail yourself of our expertise again in the future.

How to use your license code

To license EAGetMail and remove the limitation of trial version, please use your license code in the MailClient and Mail Class constructor.

[C#]
MailClient oClient = new MailClient("license code"); Mail oMail = new Mail("license code");

[VB]
Dim oClient As MailClient = New MailClient("license code") Dim oMail As Mail = New Mail("license code")

[CLI/C++]
MailClient ^oClient = gcnew MailClient("license code"); Mail ^oMail = gcnew Mail("license code");

[JScript.NET]
var oClient:MailClient = new MailClient("license code"); var oMail:Mail = new Mail("license code");

For EAGetMail ActiveXObject, You need to assign the license code to LicenseCode property of Mail/MailClient object instance every time you created in your code.

[VBScript]
Set oMail = CreateObject("EAGetMailObj.Mail") oMail.LicenseCode  = "Your license code"

Set oClient = CreateObject("EAGetMailObj.MailClient")
oClient.LicenseCode  = "Your license code"

[Visual Basic 6.0]
Dim oMail As New EAGetMailObjLib.Mail
oMail.LicenseCode  = "Your license code"

Dim oClient As New EAGetMailObjLib.MailClient oClient.LicenseCode = "your license code"

[Visual C++]
IMailPtr oMail;
oMail.CreateInstance(__uuidof(EAGetMailObjLib::Mail));
oMail->LicenseCode = _T("your license code");

IMailClientPtr oClient;
oClient.CreateInstance(__uuidof(EAGetMailObjLib::MailClient);
oClient->LicenseCode = _T("your license code");
 
[Delphi]
oMail := TMail.Create(Application);
oMail.LicenseCode := 'your license code';

oClient := TMailClient.Create(Application); oClient.LicenseCode := 'your license code';

Online document and tutorials:

https://www.emailarchitect.net/eagetmail/

Technical support

If you have any problem in using your license or other questions about this product, please contact:
support@emailarchitect.net

We usually reply emails within 24hours. The reason for getting no response is likely that your smtp server bounced our reply. In this case, please try to use another email address to contact us. Your Gmail, Hotmail or Office 365 email account is recommended.

We hope that you will enjoy many years of ease and service from this purchase.