M
Martin Müller
Office 2003 (11.0): The Word Application object provides a GetAddress method
which can be used to resolve a name and get an email address for a name. If
the name cannot be resolved (e.g. because it's ambiguous), a "Check Names"
dialog is displayed. That's the same dialog that is shown when Outlook cannot
resolve an addressee.
First of all, I'm wondering why Word has such a GetAddress method and
Outlook has not. But that's quite unimportant.
I'd like to know whether there is a possibility to use that functionality of
Application.GetAddress (resolving a name and if it is ambiguous show a
dialog) without the need of creating an instance of Word. Maybe there is a
function in CDO or MAPI I did not find yet?
Thanks in advance!
which can be used to resolve a name and get an email address for a name. If
the name cannot be resolved (e.g. because it's ambiguous), a "Check Names"
dialog is displayed. That's the same dialog that is shown when Outlook cannot
resolve an addressee.
First of all, I'm wondering why Word has such a GetAddress method and
Outlook has not. But that's quite unimportant.
I'd like to know whether there is a possibility to use that functionality of
Application.GetAddress (resolving a name and if it is ambiguous show a
dialog) without the need of creating an instance of Word. Maybe there is a
function in CDO or MAPI I did not find yet?
Thanks in advance!