Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
Addresstigator - Manual
Addresstigator - Manual
  • 👋Welcome!
  • Usage
    • 🖥️How to use
    • ⚒️How it works
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Usage

How to use

How do you use it?

Using this library is very simple! Just use the Addresstigator namespace in any piece of code you want to use the library, as in: using Addresstigator;

Just use the Tools class that contains:

  • GetIspConfig(string, bool)

This function downloads the relevant information for the specified mail address from the ISP database and processes it before returning the client configuration. Mail clients can use this configuration to set up automatic mail server configuration detection akin to Mozilla Thunderbird.

Last updated 2 years ago

🖥️