CDOEXM, COM interface constants for VB.Net / VBScript
CDOEXM - interface constants
This page contains simple VBA include for the CDOEXM COM library.
library parameters| File Name | Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\cdoexm.tlb |
|---|
| Guid | {25150F00-5734-11D2-A593-00C04F990D8A} |
|---|
| Enums | 6 |
|---|
CDOEXMRestrictedAddressTypeenum, 2 members.Public Enum CDOEXMRestrictedAddressType
cdoexmAccept = 0
cdoexmReject = 1
End Enum
CDOEXMDeliverAndRedirectenum, 2 members.Public Enum CDOEXMDeliverAndRedirect
cdoexmRecipientOrForward = 0
cdoexmDeliverToBoth = 1
End Enum
CDOEXMServerTypeenum, 2 members.Public Enum CDOEXMServerType
cdoexmBackEnd = 0
cdoexmFrontEnd = 1
End Enum
CDOEXMFolderTreeTypeenum, 3 members.Public Enum CDOEXMFolderTreeType
cdoexmGeneralPurpose = 0
cdoexmMAPI = 1
cdoexmNNTPOnly = 2
End Enum
CDOEXMStoreDBStatusenum, 4 members.Public Enum CDOEXMStoreDBStatus
cdoexmOnline = 0
cdoexmOffline = 1
cdoexmMounting = 2
cdoexmDismounting = 3
End Enum
CDOEXMInterfacesmodule, 10 members.
Public Enum CDOEXMInterfaces
cdoexmIMailRecipient = IMailRecipient
cdoexmIMailboxStore = IMailboxStore
cdoexmIDistributionList = IDistributionList
cdoexmIExchangeServer = IExchangeServer
cdoexmIFolderTree = IFolderTree
cdoexmIPublicStoreDB = IPublicStoreDB
cdoexmIMailboxStoreDB = IMailboxStoreDB
cdoexmIStorageGroup = IStorageGroup
cdoexmIFolderAdmin = IFolderAdmin
cdoexmIADs = IADs
End Enum
|