Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
SmtpClient Class
 DeliveryMethod Property
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
SmtpClient..::.DeliveryMethod Property

Updated: November 2007

Specifies how outgoing email messages will be handled.

Namespace:  System.Net.Mail
Assembly:  System (in System.dll)

Visual Basic (Declaration)
Public Property DeliveryMethod As SmtpDeliveryMethod
Visual Basic (Usage)
Dim instance As SmtpClient
Dim value As SmtpDeliveryMethod

value = instance.DeliveryMethod

instance.DeliveryMethod = value
C#
public SmtpDeliveryMethod DeliveryMethod { get; set; }
Visual C++
public:
property SmtpDeliveryMethod DeliveryMethod {
    SmtpDeliveryMethod get ();
    void set (SmtpDeliveryMethod value);
}
J#
/** @property */
public SmtpDeliveryMethod get_DeliveryMethod()
/** @property */
public  void set_DeliveryMethod(SmtpDeliveryMethod value)
JScript
public function get DeliveryMethod () : SmtpDeliveryMethod
public function set DeliveryMethod (value : SmtpDeliveryMethod)

Property Value

Type: System.Net.Mail..::.SmtpDeliveryMethod

An SmtpDeliveryMethod that indicates how email messages are delivered.

Delivery methods include:

  • An SMTP server.

  • Moving the email into the pickup directory for IIS, which then delivers the message.

  • Moving the email to a directory specified by PickupDirectoryLocation for later delivery by another application.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
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