This property represents the user name of pop3 account.
Data Type: String
Remarks
Pop3Request object and Pop3Queue object enables ASP/ASP.NET application to retrieve email in background. Suppose that there are many emails in specified pop3 mailbox, if your ASP/ASP.NET application retrieve all emails in this mailbox directly, it would take a long time which may cause ASP/ASP.NET timeout. User could get a response from the application until the task is finished.
How does Pop3Queue work?
Firstly, an ASP/ASP.NET application collects pop3 account information and builds
a new Pop3Request object based on specified pop3 account. Secondly, it sends
this Pop3Request object to local/remote application which runs in background.
Finally, the application return to the user and the server application performs
task in background.
2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.