Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
MSDN
MSDN Library
 SmtpDeliveryMethod (Enumeración)
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
SmtpDeliveryMethod Enumeration

Specifies how email messages are delivered.

Namespace:  System.Net.Mail
Assembly:  System (in System.dll)
Visual Basic
Public Enumeration SmtpDeliveryMethod
C#
public enum SmtpDeliveryMethod
Visual C++
public enum class SmtpDeliveryMethod
F#
type SmtpDeliveryMethod
Member nameDescription
NetworkEmail is sent through the network to an SMTP server.
SpecifiedPickupDirectoryEmail is copied to the directory specified by the SmtpClient..::.PickupDirectoryLocation property for delivery by an external application.
PickupDirectoryFromIisEmail is copied to the pickup directory used by a local Internet Information Services (IIS) for delivery.

Use the SmtpDeliveryMethod enumeration as a parameter to the SmtpClient..::.DeliveryMethod property to specify the delivery method.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
SmtpDeliveryMethod (Enumeración)

Especifica el modo de entrega de los mensajes de correo electrónico.

Espacio de nombres:  System.Net.Mail
Ensamblado:  System (en System.dll)
Visual Basic
Public Enumeration SmtpDeliveryMethod
C#
public enum SmtpDeliveryMethod
Visual C++
public enum class SmtpDeliveryMethod
F#
type SmtpDeliveryMethod
Nombre de miembroDescripción
NetworkLos mensajes de correo electrónico se envían a un servidor SMTP a través de la red.
SpecifiedPickupDirectoryEl correo electrónico se copia en el directorio especificado por la propiedad SmtpClient..::.PickupDirectoryLocation para que una aplicación externa se encargue de su entrega.
PickupDirectoryFromIisLos mensajes de correo electrónico se copian en el directorio de recogida que un servidor de IIS (Internet Information Services) local utiliza para su entrega.

Utilice la enumeración SmtpDeliveryMethod como un parámetro de la propiedad SmtpClient..::.DeliveryMethod para especificar el método de entrega.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker