| Class | Description |
|---|---|
| InternetDialer | Implements an interface to the Remote Access Services API. |
| InternetDialer.ConnectionArray | The class used to return the available connection handles. |
| InternetDialer.DeviceEntryArray | The class used to return the available dial-up networking devices. |
| InternetDialer.ErrorEventArgs | Provides data for the OnError event. |
| InternetDialer.NameServerArray | The class used to return the nameservers for the current phonebook entry. |
| InternetDialer.PhoneBookEntryArray | The class used to return the available entries in the current phonebook. |
| InternetDialer.RuntimeLicenseAttribute | Attribute that defines the runtime license key for the class. |
| InternetDialer.StatusEventArgs | Provides data for the OnStatus event. |
| InternetDialerException | The exception that is thrown when a client error occurs. |
| InternetMail | The InternetMail class enables a developer to create, send and retrieve e-mail messages. The class implements the Simple Mail Transfer Protocol (SMTP) for sending messages, the Post Office Protocol (POP3) for retrieving messages from a mail server and the Multipurpose Internet Mail Extensions (MIME) standard for composing messages. |
| InternetMail.DeliveredEventArgs | Provides data for the OnDelivered event. |
| InternetMail.ErrorEventArgs | Provides data for the OnError event. |
| InternetMail.MailboxArray | The class used to return the available mailboxes for the current user. |
| InternetMail.NameServerArray | The class used to return the nameservers configured for the local host. |
| InternetMail.ProgressEventArgs | Provides data for the OnProgress event. |
| InternetMail.RecipientArray | The class used to return the recipient addresses for the current message. |
| InternetMail.RecipientEventArgs | Provides data for the OnRecipient event. |
| InternetMail.RuntimeLicenseAttribute | Attribute that defines the runtime license key for the class. |
| InternetMail.ThreadModelAttribute | Attribute that defines the threading model for the class. |
| InternetMailException | The exception that is thrown when a client error occurs. |
| Delegate | Description |
|---|---|
| InternetDialer.OnErrorEventHandler | Represents the method that will handle the OnError event. |
| InternetDialer.OnStatusEventHandler | Represents the method that will handle the OnStatus event. |
| InternetMail.OnDeliveredEventHandler | Represents the method that will handle the OnDelivered event. |
| InternetMail.OnErrorEventHandler | Represents the method that will handle the OnError event. |
| InternetMail.OnProgressEventHandler | Represents the method that will handle the OnProgress event. |
| InternetMail.OnRecipientEventHandler | Represents the method that will handle the OnRecipient event. |
| Enumeration | Description |
|---|---|
| InternetDialer.DialerStatus | Specifies the status values that may be returned by the InternetDialer class. |
| InternetDialer.ErrorCode | Specifies the error codes returned by the InternetDialer class. |
| InternetDialer.RasFramingProtocol | Specifies the framing protocols supported by the InternetDialer class. |
| InternetDialer.RasNetworkProtocol | Specifies the networking protocols supported by the InternetDialer class. |
| InternetDialer.RasTerminalMode | Specifies the interactive terminal modes supported by the InternetDialer class. |
| InternetMail.ErrorCode | Specifies the error codes returned by the InternetMail class. |
| InternetMail.ImapFlags | Specifies the mailbox and message flags that the InternetMail class supports when connected to a mail server using the IMAP4 protocol. |
| InternetMail.ImapResult | Specifies the result codes that the InternetMail class supports. |
| InternetMail.ImapSections | Specifies the message sections that the InternetMail class supports when connected to a mail server using the IMAP4 protocol. |
| InternetMail.InternetMailOptions | Specifies the options that the InternetMail class supports. |
| InternetMail.MailServerType | Specifes the type of mail server that the client is connected to. |
| InternetMail.MimeAttachment | Specifies the file attachment options supported by the InternetMail class. |
| InternetMail.MimeCharacterSet | Specifies the character sets recognized by the InternetMail class. |
| InternetMail.MimeContent | Specifies the content types supported by the InternetMail class. |
| InternetMail.MimeEncoding | Specifies the encoding types supported by the InternetMail class. |
| InternetMail.MimeExportOptions | Specifies the export options that the InternetMail class supports. |
| InternetMail.PopAuthentication | Specifies the authentication methods supported by the InternetMail class when connected to a mail server using the POP3 protocol. |
| InternetMail.SecureCipherAlgorithm | Specifies the encryption algorithms that the InternetMail class supports. |
| InternetMail.SecureHashAlgorithm | Specifies the hash algorithms that the InternetMail class supports. |
| InternetMail.SecureKeyAlgorithm | Specifies the key exchange algorithms that the InternetMail class supports. |
| InternetMail.SecurityCertificate | Specifies the security certificate status values that may be returned by the InternetMail class. |
| InternetMail.SecurityProtocols | Specifies the security protocols that the InternetMail class supports. |
| InternetMail.ThreadingModel | Specifies the threading model used by the class instance. |
| InternetMail.ThreadModelAttribute.Model | Specifies the threading model used by the class instance. |
| InternetMail.TraceOptions | Specifies the logging options that the InternetMail class supports. |