Enum ExchangeTransportRuleSenderAddressLocation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the location in the message to match the sender address.
public enum ExchangeTransportRuleSenderAddressLocation
Fields
Envelope = 2The envelope is used.
Header = 1The header is used.
HeaderOrEnvelope = 3The header or envelope is used.
Unknown = 0The location is unknown.