MUAFOLDER Enumerated Type

Deprecated. Used for selecting the folder for the count of unread messages.

Syntax

typedef enum {
    MUAFOLDER_INBOX = 0,
    MUAFOLDER_ALL_OTHER_FOLDERS = 1
} MUAFOLDER;

Constants

  • MUAFOLDER_INBOX
    Refers to the MSN Hotmail Inbox.

  • MUAFOLDER_ALL_OTHER_FOLDERS
    Not currently implemented. Do not use.

Remarks

This constant is used as values for e-mail properties and methods. In some cases, when the client is a Microsoft Exchange-enabled client, the enumeration is not specific to Hotmail and instead designates the Exchange Inbox enabled by that client.

Important  MUAFOLDER is no longer available in Windows Vista. See Windows Messenger for more information.

Enumerated Type Information

Header and IDL files msgrua.h, msgrua.idl