S
Steffen Grellmann
Hi Newsgroup,
I'm trying to fill the To-field by code:
Dim safMail As Redemption.SafeMailItem
Set safMail = CreateObject("Redemption.SafeMailItem")
safMail.Item = ActiveInspector.CurrentItem
ActiveInspector.CurrentItem.To = "(e-mail address removed)"
This works well in Word when using "Send To" as long Outlook is
closed. What do I have to change to get it working for use with "Send
To" in Word with Outlook_opened_in the background?
Kind regards,
Steffen
I'm trying to fill the To-field by code:
Dim safMail As Redemption.SafeMailItem
Set safMail = CreateObject("Redemption.SafeMailItem")
safMail.Item = ActiveInspector.CurrentItem
ActiveInspector.CurrentItem.To = "(e-mail address removed)"
This works well in Word when using "Send To" as long Outlook is
closed. What do I have to change to get it working for use with "Send
To" in Word with Outlook_opened_in the background?
Kind regards,
Steffen