Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 28021 - 28050 of 28050   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28021
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...
dkt_rdo
Offline Send Email
Oct 8, 2009
2:26 pm
28022
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...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 8, 2009
2:49 pm
28023
Here's a portion of the code behind the oft form; sub Submit_click dim mychar, mystring, mydisplay, mypointer, I set newitem =...
dr_jessup2001
Offline Send Email
Oct 8, 2009
3:26 pm
28024
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...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 8, 2009
3:29 pm
28025
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
6:10 pm
28026
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:...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 13, 2009
6:12 pm
28027
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 ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 13, 2009
6:14 pm
28028
I believe not, but just to be sure can you clarify what that is in context of an Object Model or MAPI property? To Dmitri: I'm trying to access the...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
6:34 pm
28029
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...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 13, 2009
6:40 pm
28030
But where would you look for that appointment if it is already deleted? Old meeting requests most likely are also long gone from the Inbox. From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 13, 2009
6:51 pm
28031
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
6:55 pm
28032
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:...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
6:56 pm
28033
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
7:23 pm
28034
Then I'm out of ideas, sorry :( Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 13, 2009
7:59 pm
28035
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 ...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
8:08 pm
28036
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 13, 2009
8:20 pm
28037
In an outgoing Outlook message (OL2003 & OL2007 specifically), under Message Options|Security Settings there's a section for setting "Security Labels". There's...
Brad Smith
bpsmicro
Offline Send Email
Oct 14, 2009
12:14 pm
28038
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...
y vinod kumarr
vinu_32123
Offline Send Email
Oct 21, 2009
9:50 am
28039
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...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 21, 2009
1:23 pm
28040
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...
Brad Smith
bpsmicro
Offline Send Email
Oct 23, 2009
2:20 pm
28041
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 ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 23, 2009
2:36 pm
28042
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Oct 23, 2009
2:58 pm
28043
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...
Thomas
thomas_lam_us
Offline Send Email
Oct 26, 2009
4:20 pm
28044
"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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 26, 2009
4:38 pm
28045
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? ...
g.tom682
Offline Send Email
Nov 7, 2009
5:57 pm
28046
That property is a read-only property. It cannot be set and should always be excluded when copying a message. From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 7, 2009
6:12 pm
28047
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...
Tom G
g.tom682
Offline Send Email
Nov 8, 2009
5:46 pm
28048
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,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 8, 2009
6:01 pm
28049
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 ...
Terje Kristiansen
terje252003
Offline Send Email
Nov 11, 2009
9:39 pm
28050
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 11, 2009
11:45 pm
Messages 28021 - 28050 of 28050   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help