PC Review


Reply
Thread Tools Rate Thread

Detect Fwd MtgItem on Send event

 
 
Stephen F
Guest
Posts: n/a
 
      3rd Nov 2008
During the Send Event in VBA (Outlook 2003), I'm looking for a way
programmatically detect if a received MeetingItem being forwarded and sent on
behalf of a different Organizer than the Sender? MeetingItem is being
forwarded from an Inbox, AND is not necessary Accepted yet and on the
Calendar.
 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      4th Nov 2008
Until the item is actually sent the sender properties aren't filled in other
than SenderName. If you save the item in the Send() event handler you can
get that and the ConversationIndex and ConversationTopic properties. You can
then look for items with the same ConversationTopic (based on Subject) and
check for ConversationIndex length. Each new item in a conversation adds 6
bytes to the ConversationIndex (a date/time struct).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Stephen F" <(E-Mail Removed)> wrote in message
news:8EC9AC91-AA72-48A6-8E27-(E-Mail Removed)...
> During the Send Event in VBA (Outlook 2003), I'm looking for a way
> programmatically detect if a received MeetingItem being forwarded and sent
> on
> behalf of a different Organizer than the Sender? MeetingItem is being
> forwarded from an Inbox, AND is not necessary Accepted yet and on the
> Calendar.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Event ID: 1003, Event Type: Error ,Event Source: System Error,Event Category: (102) BoazBoaz Windows XP General 0 21st Jun 2006 05:39 PM
Outlk: Send HTML-work ok. Fwd that HTML-font defaults to Times =?Utf-8?B?R0dB?= Microsoft Outlook Discussion 1 5th Aug 2005 03:07 PM
Fwd message toolbar buttons/Outlook =?Utf-8?B?THlubg==?= Windows XP Help 0 5th Mar 2004 05:31 PM
[Fwd: removing drive letters in windows xp] Joe Farruggio Windows XP Performance 5 25th Feb 2004 06:34 AM
[Fwd: removing drive letters in windows xp] Joe Farruggio Windows XP Help 5 25th Feb 2004 06:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:05 AM.