SmtpDeliveryMethod 枚举

定义

指定如何发送电子邮件。

public enum class SmtpDeliveryMethod
public enum SmtpDeliveryMethod
type SmtpDeliveryMethod = 
Public Enum SmtpDeliveryMethod
继承
SmtpDeliveryMethod

字段

Network 0

电子邮件通过网络发送到 SMTP 服务器。

PickupDirectoryFromIis 2

将电子邮件复制到拾取目录,然后通过本地 Internet 信息服务 (IIS) 传送。

SpecifiedPickupDirectory 1

将电子邮件复制到 PickupDirectoryLocation 属性指定的目录,然后由外部应用程序传送。

注解

使用 SmtpDeliveryMethod 枚举作为 属性的参数 SmtpClient.DeliveryMethod 来指定传递方法。

适用于