Important: The information in this document is obsolete and should not be used for new development.
Internet Mail Exchange Structure
TheOTInetMailExchange
function returns host names and mail preference values in an array of internet mail exchange structures. The internet mail exchange structure is defined by theInetMailExchange
data type.
struct InetMailExchange { UInt16 preference; InetDomainName exchange; }; typedef struct InetMailExchange InetMailExchange;
Field Description
preference
- The mail exchange preference value. The mail exchanger with the lowest preference number is the first one to which mail should be sent.
exchange
- The fully qualified domain name of a host that can accept mail for your target host.