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 = 2
The envelope is used.
Header = 1
The header is used.
HeaderOrEnvelope = 3
The header or envelope is used.
Unknown = 0
The location is unknown.