Trying to send a ToAddress with multiple addresses seperated by a semi-colon to OutLook via the APPARENTLY UNDOCUMENTED Microsoft Outlook 14.0 Object Library LIKE THIS:
Set objOutlookRecip = .Recipients.Add(My.[ToAddress])
Where My.[ToAddress] is address1@bla;address2@bla
The result is "ONE...
Does anyone know where to find Object Library documentation?
Looking especially for documentation on the Outlook 14.0 object library that I'm using with MS-Access 2010.
Tring to determine what delimiter (if any) can be used to seperate multiple to-addresses for an Access /VBA email process...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.