Thanks Ken, I had tried several methods but couldn't get them to work so I was starting to wonder if I was on a fruitless search. You gave me two key pieces of...
You can use PasteFace for in or out of process images. Picture and Mask are usable only for in process images as IPictureDisp objects can't be passed across...
Yes, whatever data is there is as an attachment. Which means that to deal with it you have to save it to the file system and then load it with a compatible...
I'm struggling with a nasty issue specific to Meetings and Outlook 2007, specifically Declining incoming meeting requests. Here's the scenario: - You get a...
Have you checked the global object id property to see if that's preserved across the various items? Ken Slovak Slovak Technical Services, Inc. _____ From:...
Which properties are you trying to access? Are they set on the meeting item itself? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
OutlookSpy shows it as "GlobalObjid" with a DASL property tag of "http://schemas.microsoft.com/mapi/id/{6ED8DA90-450B-101B-98DA-00AA003F1305} /00030102", it's...
Argh, and it looks like trolling the olDeletedItems folder for the just-deleted AppointmentItem won't work. The AppointmentItem isn't there (yet), and also...
Alas, the Meeting Response doesn't have one of these. :-( From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Ken Slovak Sent:...
No, the entire sequence of events takes seconds. A request comes in (and Outlook automatically adds it to your calendar), you choose to Decline (and Outlook...
Then I'm out of ideas, sorry :( Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
I'm experimenting with a possible hack solution. As soon as I get a Meeting Request, I store the ConversationIndex of the generated AppointmentItem as a ...
Thanks for the advice Ken & Dmitri. My hack seems to be doing the trick for now, and I'll probably log a "complaint" via Premier Support (heck, we pay enough...
In an outgoing Outlook message (OL2003 & OL2007 specifically), under Message Options|Security Settings there's a section for setting "Security Labels". There's...
Hi, I am trying to write a windows service to syncronize the mails. how to know the total number of profiles and profile names nad login with profiles to...
I certainly hope you aren't planning to use the Outlook object model for that. The OOM is not suitable or supported for use in a service. Using Redemption you...
We're going to be submitting a smell-o-gram via our usual MS Support channels, but in the meantime I'm going to toss this out in case there's a suggested way...
Why not set your own custom property using MailItem.UserFields? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Brad Smith ...
You mean UserProperties? The problem with that is that on an incoming message, adding our own property will mark the message "dirty", causing the "Save...
I would like to add additional FIND criteria to my MS Outlook 2003 and I am a newbie to this forum. Can you share some thoughts on how I can proceed to develop...
"Additional" as in "addition to" what? "Find" as in Items.Find method? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
I'm getting MAPI_E_NO_ACCESS when using CopyTo on the property PR_URL_NAME. The value is: /Inbox/Lunch.EML/Lunch.EML What is the purpose of this property? ...
Great, I can just exclude it. Thanks. Do you happen to know any good reference (e.g. URLs) that document other properties that should also always be ignored...
I have my own implementation of the CopyTo method, and I ignore the following properties: (PR_ENTRYID, PR_ACCESS, PR_ACCESS_LEVEL, PR_CREATION_TIME,...
Hello! When i print an Outlook element based on a FormRegion (or a customized Form) - the Fieldnames that I have used are printed as a leading text to the ...
You can do nothing about the user property names. But you can make any user property hidden when an item is printed out using Extended MAPI (by appropriately...