Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSend(Stream)
Reads and sends a mail message from the specified stream in MIME format.
Public methodSupported by the .NET Compact FrameworkSend(String)
Reads and sends a mail message from the specified local file in MIME format.
Public methodSupported by the .NET Compact FrameworkSend(MailMessage)
Sends a mail message (MailMessage).
Public methodSupported by the .NET Compact FrameworkSend(MimeMessage)
Sends a mail message (MimeMessage).
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, SmtpConfiguration)
Reads a mail message from the specified local file in MIME format and sends it using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, String)
Reads a mail message from the specified local file in MIME format and sends it using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MailMessage, SmtpConfiguration)
Sends the message using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MailMessage, String)
Sends the message using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MimeMessage, SmtpConfiguration)
Sends the message using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MimeMessage, String)
Sends the message using the specified SMTP server.
Public methodSupported by the .NET Compact FrameworkSend(Stream, String, String)
Reads and sends a mail message from the specified stream in MIME format.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, String, Int32)
Reads a mail message from the specified local file in MIME format and sends it using the specified SMTP server.
Public methodSupported by the .NET Compact FrameworkSend(String, String, String)
Reads and sends a mail message from the specified local file in MIME format.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MailMessage, String, Int32)
Sends the message using the specified SMTP server.
Public methodSupported by the .NET Compact FrameworkSend(MailMessage, String, String)
Sends a mail message (MailMessage).
Public methodStatic memberSupported by the .NET Compact FrameworkSend(MimeMessage, String, Int32)
Sends the message using the specified SMTP server.
Public methodSupported by the .NET Compact FrameworkSend(MimeMessage, String, String)
Sends a mail message (MimeMessage).
Public methodSupported by the .NET Compact FrameworkSend(String, String, String, String)
Sends a mail message constructed from the specified parameters.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, String, String, String, SmtpConfiguration)
Sends a mail message constructed from the specified parameters using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, String, String, String, String)
Sends a mail message constructed from the specified parameters using the specified SMTP server.
Public methodStatic memberSupported by the .NET Compact FrameworkSend(String, String, String, String, String, Int32)
Sends a mail message constructed from the specified parameters using the specified SMTP server.

See Also