public final class SmtpDeliveryMethod
extends Enum
Smtp delivery method
Modifier and Type | Field and Description |
---|---|
static int |
Network
Transporting messages through the network
|
static int |
PickupDirectoryFromIis
Transporting messages through the specified IIS directory
|
static int |
SpecifiedPickupDirectory
Transporting messages through the specified directory
|
public static final int Network
Transporting messages through the network
public static final int SpecifiedPickupDirectory
Transporting messages through the specified directory
public static final int PickupDirectoryFromIis
Transporting messages through the specified IIS directory