SmtpDeliveryMethod Enumeration

Smtp delivery method

Namespace:  Aspose.Email.Clients.Smtp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum SmtpDeliveryMethod
Members
  Member nameValueDescription
Network0 Transporting messages through the network
SpecifiedPickupDirectory1 Transporting messages through the specified directory
PickupDirectoryFromIis2 Transporting messages through the specified IIS directory
See Also