Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[IMAP_LISTLSUB_RESPONSE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Returns the results of a LIST or LSUB response.
Syntax
typedef struct tagIMAP_LISTLSUB_RESPONSE {
LPSTR pszMailboxName;
IMAP_MBOXFLAGS imfMboxFlags;
char cHierarchyChar;
} IMAPADDR;
Members
-
pszMailboxName
-
Type: LPSTR
-
Contains an LPSTR that contains the multibyte mailbox name.
-
imfMboxFlags
-
Type: IMAP_MBOXFLAGS
-
Contains one or more values from the IMAP_MBOXFLAGS enumeration.
-
cHierarchyChar
-
Type: char
-
Contains a CHAR that indicates the hierarchy delimiter used in the mailbox name. Contains a null character ("\0") when the response returns "NIL" to indicate a flat tree mailbox structure.
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 |
|