|
|
||||
|
ANPOP is one of the high performance and comprehensive COM Object in the market. With ANPOP, your ASP, VB, Visual C++, C#, .NET framework or other COM environment applications can retrieve email from mail server based on POP3 protocol and parse email based on MIME. ANPOP Object supports all operations of POP3 protocol. It incorporates POPMSG object that parses email structure, abstracting specified stuffs from Message Body, such as Recipients, Subject, Body, Attachment and more. Developer can easily use it to develop email client tool and web application. |
|
Quick Tutorial - ASP/VB/VC++ With only some simple scripts your applications will be enabled to retreive email from POP3 server and parse email based on MIME. |
|
Using this component to retrieve email in ASP
Set POP3 =Server.CreateObject("ANPOP.POPMAIN") 'create pop3
main object |
|
Using this component to retrieve email in Visual Basic
Set POP3 =Server.CreateObject("ANPOP.POPMAIN") 'create pop3
main object |
|
Using this component to parse email in Visual Basic
Dim POP3_MSG As Object
|
|
Using this component to retrieve email in Visual c++
#include "ANPOP.h" |
|
Learn more information about ANPOP COMOPONENT
Email: support@adminsystem.net |
|