This read-only property accesses a protocol (IProtocol interface).
Syntax
IProtocols[.Item(IProtocol)]
Settings
IProtocol
The protocol to access, either Exch, File, or Http.
Remarks
Since IProtocols is a collection, you need only include Item to access an IProtocol object by name.
Example
See Accessing an IProtocols Object.
See Also