S
Scott
In the Item.Send event, I am creating and sending a new message that
will be of type RDOMail.
What I need to be able to do is set the Account based on the account
selected in the Inspector winudow. From the Item.Send Event, I have
the original message as type Outlook.Mailitem.
How do I determine the account selected? Is there a way I can do it
from SafeMailItem, or a way that I can hand the Outlook.MailItem off to
RDOMail which has an Account property? (actually I tried to go from
Outlook.MailItem to SafeMailItem to RDOMail, but the .Account property
is Nothing.)
Thanks,
Scott
will be of type RDOMail.
What I need to be able to do is set the Account based on the account
selected in the Inspector winudow. From the Item.Send Event, I have
the original message as type Outlook.Mailitem.
How do I determine the account selected? Is there a way I can do it
from SafeMailItem, or a way that I can hand the Outlook.MailItem off to
RDOMail which has an Account property? (actually I tried to go from
Outlook.MailItem to SafeMailItem to RDOMail, but the .Account property
is Nothing.)
Thanks,
Scott