Enum IisSmtpDeliveryMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The delivery method for SMTP.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisSmtpDeliveryMethod
Fields
PickupDirectory = 1
The delivery method is pickup directory.
Smtp = 2
The delivery method is SMTP server.
Unknown = 0
The delivery method is unknown.