determine the from in an email

  • Thread starter Thread starter Jimena Borgonovo
  • Start date Start date
J

Jimena Borgonovo

Hello all..
I am using microsoft 2002 SP3 with visual basic6.0 in an aplicattion that
sends mails.
I want to choose de name or adreess that appears in the FROM of the
message. If the person is autorize to send mail in the name of other, I want
to predetermine the from address, so that appears this email address and not
the email address of the person who is sending the mail. If a person is not
autorize to send mail in the name of others (it is an specific address for
all the mails to send), I want that the program doesn't let him to send any
mail with this aplicattion.
I tried with mMsgOrigDisplayName, but it tells me that it is only a
readable properties. I know tha in outlook I can send mails with different
names ( in
the from), with autorization and configuration. Is it possible to determine
this with visual???
Am I clear or not???
Thanks all for the help....
Jimena
 
See
http://www.outlookcode.com/codedetail.aspx?id=889 for various workarounds that might fit your scenario. (You provided no details on the mail server environment.)

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I forgot to tell that I use mapisession and mapimessage..
with this controls is it posible????

"Sue Mosher [MVP-Outlook]" <[email protected]> escribió en el mensaje
See
http://www.outlookcode.com/codedetail.aspx?id=889 for various workarounds
that might fit your scenario. (You provided no details on the mail server
environment.)

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
To my knowledge, no.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Jimena Borgonovo said:
I forgot to tell that I use mapisession and mapimessage..
with this controls is it posible????

"Sue Mosher [MVP-Outlook]" <[email protected]> escribió en el mensaje
See
http://www.outlookcode.com/codedetail.aspx?id=889 for various workarounds
that might fit your scenario. (You provided no details on the mail server
environment.)

Jimena Borgonovo said:
Hello all..
I am using microsoft 2002 SP3 with visual basic6.0 in an aplicattion that
sends mails.
I want to choose de name or adreess that appears in the FROM of the
message. If the person is autorize to send mail in the name of other, I want
to predetermine the from address, so that appears this email address and not
the email address of the person who is sending the mail. If a person is not
autorize to send mail in the name of others (it is an specific address for
all the mails to send), I want that the program doesn't let him to send any
mail with this aplicattion.
I tried with mMsgOrigDisplayName, but it tells me that it is only a
readable properties. I know tha in outlook I can send mails with different
names ( in
the from), with autorization and configuration. Is it possible to determine
this with visual???
Am I clear or not???
Thanks all for the help....
Jimena
 
Back
Top