[This is preliminary documentation and subject to change.]
This methods makes a connection. An application can specify if the call is synchronous or asynchronous. If the call is asynchronous, the application will receive information about the call's progress through the ITCallNotification outgoing interface. The application must register the outgoing interface before calling Connect. If it is synchronous, this method will not return until the call is in the connect state or fails, and the application does not have to register the outgoing interface. If asynchronous is specified, Connect may return TRUE, but the actual connection may fail (and the application will be notified through the outgoing interface).
HRESULT Connect(
VARIANT_BOOL fSync
);
TBD