Back to Samples

Set IMAP/POP3 settings for other samples

Sets license key and IMAP/POP3 server settings to be used by all other IMAP/POP3 samples.


License key settings (not required if the license key is already in web.config or registry)

License key

The license key, if specified, must be in this format: MN120-0123456789ABCDEF-0123 (MN12 stands for MailBee.NET v12).

License status check: [IMAP OK] [POP3 OK]

OK means the component is licensed and the key, if specified, is correct.
USABLE means the specified key is incorrect but the component is already unlocked (e.g. there is another key elsewhere, such as in web.config).
N/A is "not available" (no key or wrong key specified, product isn't covered by your license, trial expired, etc).


IMAP/POP3 host

IMAP/POP3 host IMAP (recommended) / POP3

IMAP/POP3 port    If blank, uses default ports for unknown servers. For Gmail, uses SSL ports (imap.gmail.com:993 and pop.gmail.com:995).

To enable IMAP via SSL, specify port 993, or 995 for POP3 via SSL.


IMAP/POP3 login/password

Username    Can be jdoe, jdoe@domain.com, domain.com\jdoe, domain.com\jdoe\alias

Password


On success, saves the current settings in Session so that other samples could make use of them. Also displays the connection log.