INETADDR structure
[INETADDR is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains a single Internet address.
Syntax
typedef struct tagINETADDR {
INETADDRTYPE addrtype;
CHAR szEmail[CCHMAX_EMAIL_ADDRESS];
} INETADDR, *LPINETADDR;
Members
-
addrtype
-
Type: INETADDRTYPE
-
Contains an INETADDRTYPE value that indicates whether the address is of the sender or recipient.
-
szEmail
-
Type: CHAR[CCHMAX_EMAIL_ADDRESS]
-
Contains the email address.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|