| Class |
Description |
|
AwBodyRead
|
Class for analyzing a body of a mail message. |
|
AwBodyWrite
|
Class for creating a string that constitutes a body of a mail message. |
|
AwHeaderRead
|
Class for analyzing a header of a mail message. |
|
AwHeaderWrite
|
Class for creating a string that constitutes a header of a mail message. |
|
AwMessageProcessing
|
Class for supporting analyzation and creation of a mail message. |
|
AwMessageRead
|
Class for analyzing a mail message, and getting header and body. |
|
AwMessageWrite
|
Class for creating a string that constitutes a mail message. |
|
AwPop
|
Class for receiving e-mail. Receives mail messages by using the POP3 protocol. Supports the binary receiving of a mail message, and supports the APOP authentication. Moreover, can use the POP over SSL. (.NET Framework 2.0 or later) |
|
AwPopLE
|
Class for receiving e-mail. Receives mail messages by using the POP3 protocol. Supports the binary receiving of a mail message. Please use AwPop if you require APOP Authentication or POP over SSL. |
|
AwSmtp
|
Class for sending e-mail. Sends mail messages by using the SMTP protocol. Supports the SMTP Authentication. (CRAM-MD5, LOGIN, PLAIN) Moreover, can use the SMTP over SSL. (.NET Framework 2.0 or later) |
|
AwSmtpLE
|
Class for sending e-mail. Sends mail messages by using the SMTP protocol. Please use AwSmtp if you require SMTP Authentication or SMTP over SSL. |