S
sujit
I need to know the height and width of the Inspector window, but when I access it using
void myinsp_NewInspector(Microsoft.Office.Interop.Outlook.Inspect or Inspector)
{
int ht;
ht = Inspector.Height // Error is thrown here
}
It throws an error
'Inspector.Height' threw an exception of type 'System.Runtime.InteropServices.COMException'
What wrong I am doing ?
void myinsp_NewInspector(Microsoft.Office.Interop.Outlook.Inspect or Inspector)
{
int ht;
ht = Inspector.Height // Error is thrown here
}
It throws an error
'Inspector.Height' threw an exception of type 'System.Runtime.InteropServices.COMException'
What wrong I am doing ?