IMAPADDR structure
[IMAPADDR is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains various fields inside the parentheses of an Internet Message Access Protocol (IMAP) address defined in the "Formal Syntax" section of RFC 2060.
Syntax
typedef struct tagIMAPADDR {
LPSTR pszName;
LPSTR pszADL;
LPSTR pszMailbox;
LPSTR pszHost;
IMAPADDR *pNext;
} IMAPADDR;
Members
-
pszName
-
Type: LPSTR
-
Contains the addr_name string defined in the "Formal Syntax" section of RFC 2060.
-
pszADL
-
Type: LPSTR
-
Contains the addr_adl string defined in the "Formal Syntax" section of RFC 2060.
-
pszMailbox
-
Type: LPSTR
-
Contains the addr_mailbox string defined in the "Formal Syntax" section of RFC 2060.
-
pszHost
-
Type: LPSTR
-
Contains the addr_host string defined in the "Formal Syntax" section of RFC 2060.
-
pNext
-
Type: IMAPADDR*
-
Contains a pointer to the next IMAPADDR structure in the chain.
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 |
|