IXPISSTATE enumeration
[IXPISSTATE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Indicates the state of the transport.
Syntax
typedef enum tagIXPISSTATE {
IXP_IS_CONNECTED = 0,
IXP_IS_BUSY = 1,
IXP_IS_READY = 2,
IXP_IS_AUTHENTICATED = 3
} ACCESSTYPE;
Constants
-
IXP_IS_CONNECTED
-
Indicates that the transport is currently connected.
-
IXP_IS_BUSY
-
Indicates that the transport is currently processing a command.
-
IXP_IS_READY
-
Indicates that the transport is ready for input.
-
IXP_IS_AUTHENTICATED
-
Indicates that the transport has performed authentication.
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 |
|