Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Net.Mail Namespace

The System.Net.Mail namespace contains classes used to send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery.

The MailMessage class represents the content of a mail message. The SmtpClient class transmits email to the SMTP host that you designate for mail delivery. You can create mail attachments using the Attachment class.

  ClassDescription
dk1fb84h.pubclass(en-us,VS.90).gifAlternateView Represents the format to view an email message.
dk1fb84h.pubclass(en-us,VS.90).gifAlternateViewCollection Represents a collection of AlternateView objects.
dk1fb84h.pubclass(en-us,VS.90).gifAttachment Represents an attachment to an e-mail.
dk1fb84h.pubclass(en-us,VS.90).gifAttachmentBase Base class that represents an email attachment. Classes Attachment, AlternateView, and LinkedResource derive from this class.
dk1fb84h.pubclass(en-us,VS.90).gifAttachmentCollection Stores attachments to be sent as part of an e-mail message.
dk1fb84h.pubclass(en-us,VS.90).gifLinkedResource Represents an embedded external resource in an email attachment, such as an image in an HTML attachment.
dk1fb84h.pubclass(en-us,VS.90).gifLinkedResourceCollection Stores linked resources to be sent as part of an e-mail message.
dk1fb84h.pubclass(en-us,VS.90).gifMailAddress Represents the address of an electronic mail sender or recipient.
dk1fb84h.pubclass(en-us,VS.90).gifMailAddressCollection Store e-mail addresses that are associated with an e-mail message.
dk1fb84h.pubclass(en-us,VS.90).gifMailMessage Represents an e-mail message that can be sent using the SmtpClient class.
dk1fb84h.pubclass(en-us,VS.90).gifSmtpClient Allows applications to send e-mail by using the Simple Mail Transfer Protocol (SMTP).
dk1fb84h.pubclass(en-us,VS.90).gifSmtpException Represents the exception that is thrown when the SmtpClient is not able to complete a Send or SendAsync operation.
dk1fb84h.pubclass(en-us,VS.90).gifSmtpFailedRecipientException Represents the exception that is thrown when the SmtpClient is not able to complete a Send or SendAsync operation to a particular recipient.
dk1fb84h.pubclass(en-us,VS.90).gifSmtpFailedRecipientsExceptionInfrastructure. The exception that is thrown when e-mail is sent using an SmtpClient and cannot be delivered to all recipients.
dk1fb84h.pubclass(en-us,VS.90).gifSmtpPermission Controls access to Simple Mail Transport Protocol (SMTP) servers.
dk1fb84h.pubclass(en-us,VS.90).gifSmtpPermissionAttribute Controls access to Simple Mail Transport Protocol (SMTP) servers.
  DelegateDescription
dk1fb84h.pubdelegate(en-us,VS.90).gifSendCompletedEventHandler Represents the method that will handle the SendCompleted event.
  EnumerationDescription
dk1fb84h.pubenumeration(en-us,VS.90).gifDeliveryNotificationOptions Describes the delivery notification options for e-mail.
dk1fb84h.pubenumeration(en-us,VS.90).gifMailPriority Specifies the priority of a MailMessage.
dk1fb84h.pubenumeration(en-us,VS.90).gifSmtpAccess Specifies the level of access allowed to a Simple Mail Transport Protocol (SMTP) server.
dk1fb84h.pubenumeration(en-us,VS.90).gifSmtpDeliveryMethod Specifies how email messages are delivered.
dk1fb84h.pubenumeration(en-us,VS.90).gifSmtpStatusCode Specifies the outcome of sending e-mail by using the SmtpClient class.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker