• Getting Started
    • What’s New
    • Using the Documentation
    • About System Requirements
    • Installing PWS
    • Unattended Installation
    • Accessibility for People with Disabilities
    • Technical Support
    • PWS in Action
      • Simple Document Sharing Solution
      • Custom Information Exchange Solution
      • Web Application Testing Solution
    • Glossary
  • Microsoft Personal Web Server
    • New Features of PWS
    • Creating and Maintaining a Web Site
      • About Web Sites
      • Making a Home Page Automatically
      • Publishing Documents on Your Site
      • Adding Links to the Home Page
      • Viewing and Editing Your Guest Book
      • Viewing and Deleting Your Messages
    • Customizing Your Web Site
      • About Custom Web Pages
      • Creating a Web Page with a Text Editor
      • Constructing an Interactive Form
      • Viewing a Database in a Browser
    • Adding New Publishing Directories
      • About Publishing Directories
      • Changing Your Home Directory
      • Adding Virtual Directories
    • Advanced Configuration and Maintenance
      • About Advanced Settings
      • Changing the Default Home Page
      • Enabling Directory Browsing
      • Logging Site Activity
      • Viewing Site Performance
    • Troubleshooting
      • Installation
      • Testing Your Installation
      • Technical Support
    • Release Notes
      • Personal Web Server Release Notes
      • Microsoft Transaction Server Release Notes
      • Microsoft ActiveX Data Objects Release Notes
      • Microsoft Remote Data Service Release Notes
      • Microsoft Message Queue Server Release Notes
      • Microsoft Connection Manager Administration Kit Readme
    • Web Applications
      • Active Server Pages
        • Introducing Active Server Pages
          • About Active Server Pages
          • What's New in ASP
        • Using Scripting Languages
          • Creating ASP Pages
          • Working with Scripting Languages
          • Using Variables and Constants
          • Writing Procedures
          • Using Components and Objects
          • Using Collections
          • Setting Object Scope
          • Built-in ASP Objects
          • Built-in ASP Objects Quick Reference
          • ActiveX Components
        • Writing Simple Scripts
          • Sending Content to the Browser
          • Sending Scripts to the Browser
          • Including Files
          • Working with HTML Forms
          • Accessing a Database
          • Debugging ASP Scripts
        • ASP Applications
          • About ASP Applications
          • Managing Applications
          • Managing Sessions
          • Securing an ASP Application
          • Creating Transactional Scripts
          • Working with International Sites
          • Writing Cross-Platform Applications
      • ASP Tutorial
        • Creating ASP Pages
        • Using ActiveX Components
        • Writing Your Own Components
      • VBScript Tutorial
        • What Is VBScript?
        • Adding VBScript Code to an HTML Page
        • VBScript Basics
          • VBScript Data Types
          • VBScript Variables
          • VBScript Constants
          • VBScript Operators
          • Using Conditional Statements
          • Looping Through Code
          • VBScript Procedures
          • VBScript Coding Conventions
      • JScript Tutorial
        • What Is JScript?
        • JScript Basics
          • Writing JScript Code
          • JScript Variables
          • JScript Data Types
          • JScript Operators
          • Controlling Program Flow
          • JScript Functions
          • JScript Objects
          • JScript Reserved Keywords
        • Advanced JScript
          • Recursion
          • Variable Scope
          • Copying, Passing, and Comparing Data
          • Using Arrays
          • Advanced Object Creation
          • Special Characters
          • Troubleshooting Your Scripts
      • Server-Side Includes
        • About Server-Side Includes
        • Enabling Server-Side Includes
        • Using Server-Side Include Directives
      • Internet Database Connector
        • About Internet Database Connector
        • Using Internet Database Connector
    • Scripter's Reference
      • Built-in ASP Objects Reference
        • Application Object
          • Application Collections
            • Application Contents Collection
            • Application StaticObjects Collection
          • Application Methods
            • Lock
            • Unlock
        • ObjectContext Object
          • ObjectContext Methods
            • SetAbort
            • SetComplete
          • ObjectContext Events
            • OnTransactionAbort
            • OnTransactionCommit
        • Request Object
          • Request Collections
            • ClientCertificate
            • Cookies
            • Form
            • QueryString
            • ServerVariables
          • Request Properties
            • TotalBytes
          • Request Methods
            • BinaryRead
        • Response Object
          • Response Collections
            • Cookies
          • Response Properties
            • Buffer
            • CacheControl
            • Charset
            • ContentType
            • Expires
            • ExpiresAbsolute
            • IsClientConnected
            • PICS
            • Status
          • Response Methods
            • AddHeader
            • AppendToLog
            • BinaryWrite
            • Clear
            • End
            • Flush
            • Redirect
            • Write
        • Server Object
          • Server Properties
            • ScriptTimeout
          • Server Methods
            • CreateObject
            • HTMLEncode
            • MapPath
            • URLEncode
        • Session Object
          • Session Collections
            • Session Contents Collection
            • Session StaticObjects Collection
          • Session Properties
            • CodePage
            • LCID
            • SessionID
            • Timeout
          • Session Methods
            • Abandon
      • @ Directives Reference
        • @CODEPAGE
        • @ENABLESESSIONSTATE
        • @LANGUAGE
        • @LCID
        • @TRANSACTION
      • Installable Components for ASP
        • Ad Rotator Component
          • Rotator Schedule File
          • Redirection File
          • Ad Rotator Properties
            • Border
            • Clickable
            • TargetFrame
          • Ad Rotator Methods
            • GetAdvertisement
        • Browser Capabilities Component
          • Browscap.ini File
        • Database Access Component
        • Content Linking Component
          • Content Linking List File
          • Content Linking Methods
            • GetListCount
            • GetListIndex
            • GetNextDescription
            • GetNextURL
            • GetNthDescription
            • GetNthURL
            • GetPreviousDescription
            • GetPreviousURL
        • File Access Component
        • Content Rotator Component
          • Content Schedule File
          • ChooseContent
          • GetAllContent
        • Page Counter Component
          • Hit Count Data file
          • Hits
          • PageHit
          • Reset
        • Permission Checker Component
          • HasAccess
        • Counters Component
          • Get
          • Increment
          • Remove
          • Set
        • MyInfo Component
        • Tools Component
          • FileExists
          • Owner
          • PluginExists
          • ProcessForm
          • Random
        • Status Component
      • Global.asa Reference
        • Application Events
          • Application_OnStart
          • Application_OnEnd
        • Session Events
          • Session_OnStart
          • Session_OnEnd
        • <OBJECT> Declarations
        • TypeLibrary Declarations
      • Windows Scripting Host Programmer's Reference
        • About Windows Scripting Host
          • ActiveX Scripting Hosts
          • Overview of the Windows Scripting Host Object Model
        • Using Windows Scripting Host
          • Writing a Scripting Engine for Windows Scripting Host
          • How Windows Scripting Host Uses the Registry
          • Registering a Scripting Engine for Windows Scripting Host
          • Running Scripts Using Wscript.Exe
          • Creating .WSH Files to Record Script Options
          • Using .WSH Files to Run Scripts
          • Running Scripts Using Cscript.Exe
          • Document Conventions
        • Windows Scripting Host Object Reference
          • Wscript Object
            • Wscript.Application
            • Wscript.Arguments
            • Wscript.FullName
            • Wscript.Name
            • Wscript.Path
            • Wscript.ScriptFullName
            • Wscript.ScriptName
            • Wscript.Version
            • Wscript.CreateObject
            • Wscript.DisconnectObject
            • Wscript.Echo
            • Wscript.GetObject
            • Wscript.Quit
          • WshArguments Object
            • WshArguments.Item
            • WshArguments.Count
            • WshArguments.length
          • WshShell Object
            • WshShell.Environment
            • WshShell.SpecialFolders
            • WshShell.CreateShortcut
            • WshShell.ExpandEnvironmentStrings
            • WshShell.Popup
            • WshShell.RegDelete
            • WshShell.RegRead
            • WshShell.RegWrite
            • WshShell.Run
          • WshNetwork Object
            • WshNetwork.ComputerName
            • WshNetwork.UserDomain
            • WshNetwork.UserName
            • WshNetwork.AddPrinterConnection
            • WshNetwork.EnumNetworkDrives
            • WshNetwork.EnumPrinterConnections
            • WshNetwork.MapNetworkDrive
            • WshNetwork.RemoveNetworkDrive
            • WshNetwork.RemovePrinterConnection
            • WshNetwork.SetDefaultPrinter
          • WshCollection Object
            • WshCollection.Item
            • WshCollection.Count
            • WshCollection.length
          • WshEnvironment Object
            • WshEnvironment.Item
            • WshEnvironment.Count
            • WshEnvironment.length
            • WshEnvironment.Remove
          • WshShortcut Object
            • WshShortcut.Arguments
            • WshShortcut.Description
            • WshShortcut.FullName
            • WshShortcut.Hotkey
            • WshShortcut.IconLocation
            • WshShortcut.TargetPath
            • WshShortcut.WindowStyle
            • WshShortcut.WorkingDirectory
            • WshShortcut.Save
          • WshSpecialFolders Object
            • WshSpecialFolders.Item
            • WshSpecialFolders.Count
            • WshSpecialFolders.length
          • WshUrlShortcut Object
            • WshUrlShortcut.FullName
            • WshUrlShortcut.TargetPath
            • WshUrlShortcut.Save
      • JScript Language Reference
        • Feature Information
        • Alphabetic Keyword List
        • Functions
        • Methods
        • Objects
        • Operators
        • Properties
        • Statements
      • VBScript Language Reference
        • Feature Information
        • Alphabetic Keyword List
        • Constants
        • Functions
        • Methods
        • Objects
        • Operators
        • Properties
        • Statements
      • Server-Side Includes Reference
        • #config
        • #echo
        • #exec
        • #flastmod
        • #fsize
        • #include
      • Internet Database Connector Reference
        • Internet Database Connector Fields
        • HTX Keywords
  • Microsoft Data Access Components
    • Microsoft Data Access Components Overview
    • Getting Started With Microsoft Data Access Components
    • Microsoft ADO
      • ADO Overview
      • ADO Object Model
      • ADO Objects
        • Command Object
        • Connection Object
        • Error Object
        • Field Object
        • Parameter Object
        • Property Object
        • Recordset Object
      • ADO Collections
        • Errors Collection
        • Fields Collection
        • Parameters Collection
        • Properties Collection
      • ADO Methods
        • A-C
          • AddNew
          • Append
          • AppendChunk
          • BeginTrans
          • CancelBatch
          • CancelUpdate
          • Clear
          • Clone
          • Close
          • CommitTrans
          • CreateParameter
        • D-N
          • Delete (Collections)
          • Delete (Recordset)
          • Execute (Command)
          • Execute (Connection)
          • GetChunk
          • GetRows
          • Item
          • Move
          • MoveFirst
          • MoveLast
          • MoveNext
          • MovePrevious
          • NextRecordset
        • O-Z
          • Open (Connection)
          • Open (Recordset)
          • OpenSchema
          • Refresh
          • Requery
          • Resync
          • RollbackTrans
          • Supports
          • Update
          • UpdateBatch
      • ADO Properties
        • A-B
          • AbsolutePage
          • AbsolutePosition
          • ActiveConnection
          • ActualSize
          • Attributes
          • BOF
          • Bookmark
        • C
          • CacheSize
          • CommandText
          • CommandTimeout
          • CommandType
          • ConnectionString
          • ConnectionTimeout
          • Count
          • CursorLocation
          • CursorType
        • D-K
          • DefaultDatabase
          • DefinedSize
          • Description
          • Direction
          • EditMode
          • EOF
          • Filter
          • HelpContext
          • HelpFile
          • IsolationLevel
        • L-N
          • LockType
          • MarshalOptions
          • MaxRecords
          • Mode
          • Name
          • NativeError
          • Number
          • NumericScale
        • O-R
          • OriginalValue
          • PageCount
          • PageSize
          • Precision
          • Prepared
          • Provider
          • RecordCount
        • S-Z
          • Size
          • Source (Error)
          • Source (Recordset)
          • SQLState
          • State
          • Status
          • Type
          • UnderlyingValue
          • Value
          • Version
      • Using OLE DB Providers with ADO
        • Microsoft OLE DB Provider for ODBC
        • Microsoft OLE DB Provider for Index Server
        • Microsoft OLE DB Provider for Active Directory Service
      • ADO Code Examples
        • A-B
          • AbsolutePage, PageCount, and PageSize Properties Example
          • AbsolutePosition and CursorLocation Properties Example
          • ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example
          • ActualSize and DefinedSize Properties Example
          • AddNew Method Example
          • Append and CreateParameter Methods Example
          • AppendChunk and GetChunk Methods Example
          • Attributes and Name Properties Example
          • BeginTrans, CommitTrans, and RollbackTrans Methods Example
          • BOF, EOF, and Bookmark Properties Example
        • C-D
          • CacheSize Property Example
          • Clone Method Example
          • ConnectionString, ConnectionTimeout, and State Properties Example
          • Count Property Example
          • CursorType, LockType, and EditMode Properties Example
          • Delete Method Example
          • Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState Properties Example
        • E-M
          • Execute, Requery, and Clear Methods Example
          • Filter and RecordCount Properties Example
          • GetRows Method Example
          • IsolationLevel and Mode Properties Example
          • LockType Property Example
          • MarshalOptions Property Example
          • MaxRecords Property Example
          • Move Method Example
          • MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example
        • N-R
          • NextRecordset Method Example
          • NumericScale and Precision Properties Example
          • Open and Close Methods Example
          • OpenSchema Method Example
          • OriginalValue and UnderlyingValue Properties Example
          • Prepared Property Example
          • Provider and DefaultDatabase Properties Example
          • Refresh Method Example
          • Resync Method Example
        • S-Z
          • Source Property Example
          • Status Property
          • Supports Method Example
          • Type Property Example
          • Update and CancelUpdate Methods Example
          • UpdateBatch and CancelBatch Methods Example
          • Value Property Example
          • Version Property Example
      • ADO Error Codes
    • Programmer's Reference
      • Using MSMQ
        • Creating a Queue
        • Locating a Public Queue
        • Opening a Queue
        • Closing a Queue
        • Deleting a Queue
        • Sending Messages to a Queue
          • Sending Messages that Request Acknowledgments
          • Sending Messages that Request a Response
          • Sending Private Messages
          • Sending Messages Using an Internal Transaction
          • Sending Messages Using an MS DTC External Transaction
        • Reading Messages in a Queue
          • Reading Messages Synchronously
          • Reading Messages Asynchronously
          • Reading Messages Using a Cursor
          • Reading Messages in a Dead Letter Queue
          • Reading Messages in a Machine Journal
          • Reading Messages In a Queue Journal
        • Returning an Acknowledgment Message by a Connector Application
        • Retrieving a Queue's Properties Using API Functions
        • Setting a Queue's Properties Using API Functions
        • Authenticating Messages Using API Functions
          • Authenticating Messages Using an Internal Certificate
          • Authenticating Messages Using an External Certificate
          • Sending Messages While Impersonating Another User
        • Setting Access Control Security for a Queue
        • Using Transactions
          • Programming Transactions
          • Transaction Programming Considerations
        • Using the ActiveX Components
          • Creating a Queue
          • Locating a Public Queue
          • Opening a Queue
          • Sending Messages to a Queue
            • Sending Messages that Request Acknowledgments
            • Sending Messages that Request a Response
            • Sending Private Messages
            • Sending Messages Using an Internal Transaction
            • Sending Messages Using an MS DTC External Transaction
          • Reading Messages in a Queue
            • Reading Messages Synchronously
            • Reading Messages Asynchronously
          • Retrieving a Queue's Properties Using ActiveX Components
          • Setting a Queue's Properties Using ActiveX Components
          • Using Transactions
      • MSMQ Guide
        • About MSMQ
        • MSMQ Objects
        • MSMQ Queues
          • Application Queues
            • Message Queues
            • Administration Queues
            • Response Queues
          • System Queues
            • Journal Queues
            • Opening a Queue Journal
            • Opening a Machine Journal
            • Dead Letter Queues
            • Report Queues
          • Referencing a Queue
            • MSMQ Pathname
            • Format Name
            • Queue Handle
          • Queue Properties
        • MSMQ Messages
          • Message Properties
          • Sending Messages
          • Reading Messages
            • Peeking or Retrieving Messages
            • Reading Messages with Cursors
            • Message and Cursor Behavior
          • Message Timers
          • Acknowledgment and Report Messages
            • Acknowledgment Messages
            • Report Messages
        • MSMQ Computers
        • MSMQ Object Properties
          • Property Structures
          • Setting Properties
            • Setting Queue Properties
            • Setting Message Properties
          • Property Values
        • MSMQ Transactions
          • MS DTC External Transactions
          • MSMQ Internal Transactions
          • MTS Transactions
          • XA-Compliant Transactions
        • Error Reporting
        • MSMQ Offline Support
          • Opening Queues Offline
        • MSMQ Security Services
          • Message Authentication
            • How MSMQ Authenticates Messages
          • Access Control
          • Private Messages
          • Auditing
        • MSMQ Connector Server
          • MSMQ Connector Applications
            • Connector Application Responsibilities
            • Moving Messages from MSMQ to another Message Queue System
            • Moving Messages from another Message Queue System to MSMQ
            • Message Property Values
            • Connector Application Security
            • Passing Authenticated Messages
            • Passing Private Messages
            • Using the MSMQ Connector in a Transaction
        • MSMQ Mail Services
          • MSMQ Mail SDK
          • MSMQ Exchange Connector
            • Sending E-mail to an MSMQ Application
            • Sending MSMQ Mail Messages to an Exchange User
            • MSMQ Exchange Connector: Book Server Application
          • MSMQ MAPI Transport Provider
            • Setting up the MSMQ MAPI Transport Provider
            • Sending an E-mail Form to an MSMQ Application
            • Sending MSMQ Mail Message to a MAPI Client
            • Logging Information
          • Designing Mail
          • MSMQ Mail Format
            • Header Section
            • Body Section
            • Sample Text Message
            • Sample Form Message
        • MSMQ ActiveX Support
          • The MSMQ Object Model
          • Invoking ActiveX Objects
          • Setup and Installation
          • Using Microsoft Visual Basic
      • MSMQ Reference
        • About MSMQ Reference
        • MSMQ Functions
          • MQBeginTransaction
          • MQCloseCursor
          • MQCloseQueue
          • MQCreateCursor
          • MQCreateQueue
          • MQDeleteQueue
          • MQFreeMemory
          • MQFreeSecurityContext
          • MQGetMachineProperties
          • MQGetQueueProperties
          • MQGetQueueSecurity
          • MQGetSecurityContext
          • MQHandleToFormatName
          • MQInstanceToFormatName
          • MQLocateBegin
          • MQLocateEnd
          • MQLocateNext
          • MQOpenQueue
          • MQPathNameToFormatName
          • MQReceiveMessage
          • MQSendMessage
          • MQSetQueueProperties
          • MQSetQueueSecurity
        • MSMQ Mail Functions
          • MQMailComposeBody
          • MQMailFreeMemory
          • MQMailParseBody
        • MSMQ Error and Information Codes
        • MSMQ Properties
          • PROPID_M_ACKNOWLEDGE
          • PROPID_M_ADMIN_QUEUE
          • PROPID_M_ADMIN_QUEUE_LEN
          • PROPID_M_APPSPECIFIC
          • PROPID_M_ARRIVEDTIME
          • PROPID_M_AUTH_LEVEL
          • PROPID_M_AUTHENTICATED
          • PROPID_M_BODY
          • PROPID_M_BODY_SIZE
          • PROPID_M_BODY_TYPE
          • PROPID_M_CLASS
          • PROPID_M_CONNECTOR_TYPE
          • PROPID_M_CORRELATIONID
          • PROPID_M_DELIVERY
          • PROPID_M_DEST_QUEUE
          • PROPID_M_DEST_QUEUE_LEN
          • PROPID_M_DEST_SYMM_KEY
          • PROPID_M_DEST_SYMM_KEY_LEN
          • PROPID_M_ENCRYPTION_ALG
          • PROPID_M_EXTENSION
          • PROPID_M_EXTENSION_LEN
          • PROPID_M_HASH_ALG
          • PROPID_M_JOURNAL
          • PROPID_M_LABEL
          • PROPID_M_LABEL_LEN
          • PROPID_M_MSGID
          • PROPID_M_PRIORITY
          • PROPID_M_PRIV_LEVEL
          • PROPID_M_PROV_NAME
          • PROPID_M_PROV_NAME_LEN
          • PROPID_M_PROV_TYPE
          • PROPID_M_RESP_QUEUE
          • PROPID_M_RESP_QUEUE_LEN
          • PROPID_M_SECURITY_CONTEXT
          • PROPID_M_SENDER_CERT
          • PROPID_M_SENDER_CERT_LEN
          • PROPID_M_SENDERID
          • PROPID_M_SENDERID_LEN
          • PROPID_M_SENDERID_TYPE
          • PROPID_M_SENTTIME
          • PROPID_M_SIGNATURE
          • PROPID_M_SIGNATURE_LEN
          • PROPID_M_SRC_MACHINE_ID
          • PROPID_M_TIME_TO_BE_RECEIVED
          • PROPID_M_TIME_TO_REACH_QUEUE
          • PROPID_M_TRACE
          • PROPID_M_VERSION
          • PROPID_M_XACT_STATUS_QUEUE
          • PROPID_M_XACT_STATUS_QUEUE_LEN
          • PROPID_Q_AUTHENTICATE
          • PROPID_Q_BASEPRIORITY
          • PROPID_Q_CREATE_TIME
          • PROPID_Q_INSTANCE
          • PROPID_Q_JOURNAL
          • PROPID_Q_JOURNAL_QUOTA
          • PROPID_Q_LABEL
          • PROPID_Q_MODIFY_TIME
          • PROPID_Q_PATHNAME
          • PROPID_Q_PRIV_LEVEL
          • PROPID_Q_QUOTA
          • PROPID_Q_TRANSACTION
          • PROPID_Q_TYPE
          • PROPID_QM_CONNECTION
          • PROPID_QM_ENCRYPTION_PK
          • PROPID_QM_MACHINE_ID
          • PROPID_QM_PATHNAME
          • PROPID_QM_SITE_ID
        • MSMQ Structures
          • aPropID
          • aStatus
          • MQCOLUMNSET
          • MQMSGPROPS
          • MQPROPERTYRESTRICTION
          • MQQMPROPS
          • MQQUEUEPROPS
          • MQRESTRICTION
          • MQSORTKEY
          • MQSORTSET
          • PROPVARIANT
        • MSMQ Mail Structures
          • MQMailDeliveryReportData
          • MQMailEMail
          • MQMailEMailType
          • MQMailFormData
          • MQMailFormField
          • MQMailFormFieldData
          • MQMailFormFieldList
          • MQMailFormFieldType
          • MQMailMessageData
          • MQMailNonDeliveryReportData
          • MQMailRecip
          • MQMailRecipList
          • MQMailRecipType
          • MQMailTnefData
        • MSMQ ActiveX Components
          • MSMQ ActiveX Objects
            • MSMQQuery
            • MSMQQueueInfos
            • MSMQQueueInfo
            • MSMQQueue
            • MSMQEvent
            • MSMQMessage
            • MSMQCoordinatedTransactionDispenser
            • MSMQTransaction
            • MSMQTransactionDispenser
            • MSMQApplication
          • ActiveX Methods
            • Abort
            • AttachCurrentSecurityContext
            • BeginTransaction
            • Close
            • Commit
            • Create
            • Delete
            • EnableNotification
            • LookupQueue
            • Next
            • MachineIdOfMachineName
            • Open
            • Peek
            • PeekCurrent
            • PeekNext
            • Receive
            • ReceiveCurrent
            • Refresh
            • Reset
            • Send
            • Update
          • ActiveX Properties
            • Access
            • Ack
            • AdminQueueInfo
            • AppSpecific
            • ArrivedTime
            • Authenticate
            • AuthLevel
            • BasePriority
            • Body
            • BodyLength
            • Class
            • CorrelationId
            • CreateTime
            • Delivery
            • DestinationQueueInfo
            • EncryptAlgorithm
            • FormatName
            • Handle
            • HashAlgorithm
            • Id
            • IsAuthenticated
            • IsOpen
            • IsTransactional
            • IsWorldReadable
            • Journal
            • JournalQuota
            • Label
            • MaxTimeToReachQueue
            • MaxTimeToReceive
            • ModifyTime
            • PathName
            • Priority
            • PrivLevel
            • QueueGuid
            • QueueInfo
            • Quota
            • ResponseQueueInfo
            • SenderCertificate
            • SenderId
            • SenderIDType
            • SentTime
            • ServiceTypeGuid
            • ShareMode
            • SourceMachineGuid
            • Trace
            • Transaction
          • ActiveX Events
            • Arrived
            • ArrivedError
        • MSMQ Mail ActiveX Components
          • MSMQ Mail Objects
            • MSMQMailEMail
            • MSMQMailFormData
            • MSMQMailFormFieldList
            • MSMQMailFormField
            • MSMQMailRecipientList
            • MSMQMailRecipient
            • MSMQMailTextMessageData
            • MSMQMailTnefData
            • MSMQMailDeliveryReportData
            • MSMQMailNonDeliveryReportData
          • MSMQ Mail ActiveX Methods
            • Add
            • ComposeBody
            • ParseBody
            • Remove
          • MSMQ Mail ActiveX Properties
            • Address
            • ContentType
            • Count
            • Data
            • DeliveredRecipients
            • DeliveryReportData
            • DeliveryTime
            • DestinationQueueLabels
            • FormData
            • FormFields
            • Item
            • Name
            • NonDeliveredRecipients
            • NonDeliveryReason
            • NonDeliveryReportData
            • OriginalEmail
            • OriginalSubject
            • OriginalSubmissionTime
            • Recipients
            • RecipientType
            • RequestDeliveryReport
            • RequestNonDeliveryReport
            • Sender
            • Subject
            • SubmissionTime
            • Text
            • TextMessageData
            • TnefData
            • Value
      • MSMQ Glossary
        • A
        • C
        • D
        • E
        • F
        • H
        • I
        • J
        • M
        • N
        • P
        • Q
        • R
        • S
        • T
        • U
        • X
      • MSMQ Appendixes
        • Release Notes
        • Changes in ActiveX Components
          • MSMQQuery.LookupQueue
          • MSMQMessage (Properties)
          • MSMQMessage.Send
          • MSMQMessage.AttachCurrentSecurityContext
          • MSMQQueue (Properties)
          • MSMQQueue.Receive
          • MSMQQueue.ReceiveCurrent
          • MSMQQueue.Peek
          • MSMQQueue.PeekCurrent
          • MSMQQueue.PeekNext
          • MSMQQueue.EnableNotification
          • MSMQEvent.Arrived
          • MSMQEvent.ArrivedError
          • MSMQQueueInfo (Properties)
          • MSMQQueueInfo.Create
          • MSMQQueueInfo.Open
          • MSMQTransaction (Properties)
          • MSMQMailEMail (Properties)
          • MSMQMailEMail.ParseBody
          • MSMQMailFormData (Properties)
          • MSMQMailFormField (Properties)
          • MSMQMailFormFieldList.Add
          • MSMQMailFormFieldList.Item
          • MSMQMailFormFieldList.Remove
          • MSMQMailRecipient (Properties)
          • MSMQMailRecipientList.Add
          • MSMQMailRecipientList.Item
          • MSMQMailTextMessageData (Properties)
          • Upgrading from Beta2