There's no setting for that as a global setting. You would have to set EmailXDisplayAddress to the desired value where X == 1...3. Ken Slovak Slovak Technical...
I would like to find out if there's a method to have Outlook 2003 (using Exchange 2007) use the SMTP email instead of the display name. I've seen code to...
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...
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 ...
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,...
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'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? ...
"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 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...
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...
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 ...
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...
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...
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...
In an outgoing Outlook message (OL2003 & OL2007 specifically), under Message Options|Security Settings there's a section for setting "Security Labels". There's...
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...
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 ...
Then I'm out of ideas, sorry :( Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
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...
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:...
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...
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...
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 ...
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:...
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...
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...