Author: AlexAlex Date: Jul 11, 2007 09:17
Sue,
Thank you very much for your help. I continue to google on the
subject and found out that you are THE person of outlook
programming.
Ok, here are some limitations I have:
(1) I have to use C#
(2) I cannot use Redemption.
Here is what I got so far:
(after adding reference to Microsoft Outlook Object Library 11.0 and
CDO 1.21)
Outlook._Application olApp = new
Outlook.ApplicationClass();
Outlook._NameSpace olNS = olApp.GetNamespace("MAPI");
In olNS there is an MAPIOBJECT:
olNS.CurrentUser.AddressEntry.MAPIOBJECT
I would say business phone number must be in this MAPIOBJECT. Am I
right? If so, how can I get it?
Thank you very much
Alex
On Jul 11, 11:22 am, "Sue Mosher [MVP-Outlook]"
outlookcode.com> wrote:
> In versions before Outlook 2007, you would need to use a low-level API such as Extended MAPI, CDO 1.21, or Redemption....
|