Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / August 2006

Tip: Looking for answers? Try searching our database.

Reading the value of SentOnBehalfOfName of an unsent/unsaved message w/o security prompt

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Oliver Giesen - 14 Aug 2006 10:13 GMT
Hi all!

I need to check the value of a mail item's SentOnBehalfOfName (aka
"From") before it gets sent (e.g. from BeforeCheckNames or ItemSend). I
am already using Redemption to circumvent the security prompts but the
problem seems to be that at the moment when I perform the check Outlook
has not yet persisted the value anywhere that Redemption can access it.
Accessing it without Redemption works but gives me the security prompt.
I already tried reading the value directly from the text box using
WM_GETTEXT but even that only returns an empty string if the sender has
already been resolved (at least in OL2003 - haven't checked the earlier
versions yet). Needless to say that the underlying MAPI properties
(i.e. PR_SENT_REPRESENTING_*) have not been set at that stage either.

Any other ideas besides sending mouse click messages to the security
prompt?

Cheers,

Oliver
Ken Slovak - [MVP - Outlook] - 14 Aug 2006 15:12 GMT
Have you tried saving the item?

Signature

Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

> Hi all!
>
[quoted text clipped - 16 lines]
>
> Oliver
Oliver Giesen - 18 Aug 2006 12:51 GMT
> Have you tried saving the item?

Thanks, that works indeed but in my situation it requires a whole lot
of extra code to keep the user's Draft folder clean: In certain
situations I might cancel the send based on my checks and in that case
the saved item would remain in the Draft folder... I think I got all
eventualities (e.g. user-invoked saves) sorted out now but it still
feels like a bit of a hack. Is there maybe some proven solution to this
(quite common?) dilemma?

Cheers,

Oliver
Ken Slovak - [MVP - Outlook] - 18 Aug 2006 14:36 GMT
Yeah, set a flag when you save an item, checking its .Saved status first. If
previously unsaved your flag reflects that. When the Item_Write event fires
if your flag indicates that you saved the item you clear the flag and set
another one to indicate that Write fired. Then on Close you can get and
delete the item from Drafts if necessary.

There's nothing but doing some sort of hack for this situation where you
need to save an item to get various properties or the attachments or
recipients tables.

Signature

Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

>> Have you tried saving the item?
>
[quoted text clipped - 9 lines]
>
> Oliver
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.