Algorithm used by Resolve method



Can someone explain the algorithm used by Resolve? In particular:

1. When a recipient is added using an email address, e.g.
Dim strAddr As String = "someone@xxxxxxxxxxxxxxx"
Recipients.Add(strAddr)
Does Resolve look for a syntactically valid email address?
2. Does it only look in the Outlook address book if the string used to add
is not a valid email address?

--
Software Engineer
Educational & Community Supports
University of Oregon
Eugene, OR 97403-1235
.



Relevant Pages

  • Re: Help - ol not resolving multiple address
    ... I tried to resolve to the SMTP address but Outlook did not like that at ... Append a semicolon after each name and return the string. ... Dim cn As ADODB.Connection ... Set objOutlook = CreateObject ...
    (microsoft.public.access.modulesdaovba)
  • unable to resolve multiple addresses
    ... when I add more than on receipient it does not resolve and due ... Append a semicolon after each name and return the string. ... Dim cn As ADODB.Connection ... Set objOutlook = CreateObject ...
    (microsoft.public.access.modulesdaovba)
  • unable to resolve mutliple email addressess
    ... emails still will not resolve if there is more than one address in the olTo ... Append a semicolon after each name and return the string. ... Dim cn As ADODB.Connection ... Set objOutlook = CreateObject ...
    (microsoft.public.access.modulesdaovba)
  • RE: unable to resolve mutliple email addressess
    ... emails still will not resolve if there is more than one address in the olTo ... Append a semicolon after each name and return the string. ... Dim cn As ADODB.Connection ... Set objOutlook = CreateObject ...
    (microsoft.public.access.modulesdaovba)
  • Re: Building SQL statements
    ... What I'm going for is to build/create a sql statement in a function/class ... would be sent back to the calling program via a string. ... The first five lines of the original post was biulding the string to be sent ... The calling program would then somehow resolve ...
    (microsoft.public.access.modulesdaovba)