M
Mark Ingram
Hi,
has anyone managed to get around this problem of not
being able to close Outlook fully with C#?
In the MS article they list some code, but its VB code:
Public WithEvents oMyExplorer As Outlook.Explorer
Sub oMyExplorer_Close()
' Release the Explorer object
Set oMyExplorer = Nothing
End Sub
How can i "Implement the Close event for the Explorer or
Inspector object, and then set the corresponding object
variable to Nothing at the end of that event. " with C#??
Thanks alot.
has anyone managed to get around this problem of not
being able to close Outlook fully with C#?
In the MS article they list some code, but its VB code:
Public WithEvents oMyExplorer As Outlook.Explorer
Sub oMyExplorer_Close()
' Release the Explorer object
Set oMyExplorer = Nothing
End Sub
How can i "Implement the Close event for the Explorer or
Inspector object, and then set the corresponding object
variable to Nothing at the end of that event. " with C#??
Thanks alot.