Create a COM Outlook.Application instance.

connect_outlook(wait_seconds = 3)

Value

An object of class `COMIDispatch.` that represents an Outlook application instance.

Examples

if (FALSE) { com <- connect_outlook() }