Send from Public Folder Account

J

JohnR

I am working on an application that will generate an Excel spreadsheet and
attached it to an email message and send the email. The department this is
for would like it sent from their Public Folder email address instead of the
users email account. Can this be done? And how?
 
D

Dmitry Streblechenko

Look at the MailItem.SendOnBehalfOfName property. The user must be given an
explicit permission to send on behalf of the other user.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
D

Dick

hi,
Thanks very much for your useful help, but I found it has nearly been 64
bytes.
I just want to save the EntryID to a Access database, and as your know,
the max length of a String field is 255 bytes.
any suggestions?

Thanks!
Hanny
 
D

Dick

hi,
Thanks very much for your useful help, but I found it has nearly been 64
bytes.
I just want to save the EntryID to a Access database, and as your know,
the max length of a String field is 255 bytes.
any suggestions?

Thanks!
Hanny
 
Top