Hi,
How do you resolve the issue of using VBA to create a mail item and add recipients when using MS word as email editor.
I have the following...
When the email opens, the TO field is blank?
It works fine if Word is not set as email editor.
How do I resolve this?
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
How do you resolve the issue of using VBA to create a mail item and add recipients when using MS word as email editor.
I have the following...
Code:
Set oReceipt = .Recipients.Add(rs.Fields("EmailName"))
oReceipt.Type = olTo
l_Msg.Close (olSave)
l_Msg.Display
When the email opens, the TO field is blank?
It works fine if Word is not set as email editor.
How do I resolve this?
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts