Server Types
Do not use. Server type values that can be set and their meaning.
Constant/value |
Description |
- SRV_NNTP
- 0x0001
|
Indicates a NNTP server.
|
- SRV_IMAP
- 0x0002
|
Indicates a IMAP server.
|
- SRV_POP3
- 0x0004
|
Indicates a POP3 server.
|
- SRV_SMTP
- 0x0008
|
Indicates a SMTP server.
|
- SRV_LDAP
- 0x0010
|
Indicates a LDAP server.
|
- SRV_HTTPMAIL
- 0x0020
|
Indicates an HTTPMail server.
|
- SRV_MAIL
- ((DWORD)(SRV_IMAP | SRV_POP3 | SRV_SMTP | SRV_HTTPMAIL))
|
Indicates all mail servers.
|
- SRV_ALL
- ((DWORD)(SRV_NNTP | SRV_IMAP | SRV_POP3 | SRV_SMTP | SRV_LDAP | SRV_HTTPMAIL))
|
Indicates all servers.
|
Requirements
|
|
Minimum supported client
|
Windows XP [desktop apps only]
|
Minimum supported server
|
Windows Server 2003 [desktop apps only]
|
Product
|
Outlook Express 6.0
|
Header
|
- Imnact.h
|
IDL
|
- Imnact.idl
|