J
John Smith
I'm trying to create a simple Outlook form that allows the user to send
messages as another person via a simple drop-down list. Why is that so
seemingly difficult? The users already have permission to send as the
chosen mailbox. In fact, if I simply add the stock FROM field to my form,
the user can type in the mailbox they wish to send as and it works fine.
However, I want to make it easy for them to select the mailbox to send as.
I first tried dragging the stock FROM field to the new form and placing a
combo-box next to it. The combo-box is filled with the e-mail address to
send as. Upon selection, the value of the FROM field text box should
change. However, it's not letting me access the value of the FROM field
text box. I put a regular textbox on the form and made sure my code could
change its value---and it did.
I can't find much help for this with google. I've found articles from MS
and cdolive that talk about programmatically sending e-mail as another user
using CDO but I figured there's got to be an eaiser way to accomplish what I
want to do. I just haven't found it yet.
Thanks for any insight on this.
messages as another person via a simple drop-down list. Why is that so
seemingly difficult? The users already have permission to send as the
chosen mailbox. In fact, if I simply add the stock FROM field to my form,
the user can type in the mailbox they wish to send as and it works fine.
However, I want to make it easy for them to select the mailbox to send as.
I first tried dragging the stock FROM field to the new form and placing a
combo-box next to it. The combo-box is filled with the e-mail address to
send as. Upon selection, the value of the FROM field text box should
change. However, it's not letting me access the value of the FROM field
text box. I put a regular textbox on the form and made sure my code could
change its value---and it did.
I can't find much help for this with google. I've found articles from MS
and cdolive that talk about programmatically sending e-mail as another user
using CDO but I figured there's got to be an eaiser way to accomplish what I
want to do. I just haven't found it yet.
Thanks for any insight on this.