dirtybarry
Programmer
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 OR MORE ADDRESSES UNKNOWN", yet I can send either one of the addresses ALONE, successfully.
What the HELL is up wit dis????????????????????????
Set objOutlookRecip = .Recipients.Add(My.[ToAddress])
Where My.[ToAddress] is address1@bla;address2@bla
The result is "ONE OR MORE ADDRESSES UNKNOWN", yet I can send either one of the addresses ALONE, successfully.
What the HELL is up wit dis????????????????????????