Initializes OLE in your application.
public static void OLERequired()
The OLERequired method is used to verify that OLE has been initialized on the current thread. The Application object automatically removes OLE initialization when the thread is closed.
Note Unless you are calling OLE functions directly, you do not need to call this method.