G
Guest
Hi,
I want to start poutlook with a specific contact. I have the contacts name
and want to open the standard poutlook at that contact.
The following opens poutlook contact, but what parameter would let me
specifiy the contacts name?
bool result = CreateProcess("poutlook.exe", "contacts", IntPtr.Zero,
IntPtr.Zero, false, 0, IntPtr.Zero, IntPtr.Zero, null, pi);
Or is there another way?
Thanks!
I want to start poutlook with a specific contact. I have the contacts name
and want to open the standard poutlook at that contact.
The following opens poutlook contact, but what parameter would let me
specifiy the contacts name?
bool result = CreateProcess("poutlook.exe", "contacts", IntPtr.Zero,
IntPtr.Zero, false, 0, IntPtr.Zero, IntPtr.Zero, null, pi);
Or is there another way?
Thanks!