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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 26066 - 26095 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26066
Dmitry, Do you know what type of Outlook or Redemption object to set a IPM.Note.SMIME.MultipartSigned message to? Here's my code, it failing on the...
Michael D Jackson
mjackson6969
Offline Send Email
Jan 4, 2006
12:42 am
26067
Does anyone know how the AppointmentItem.Sensitivity property maps to the Outlook (11) appointment UI? I'm setting the field programmatically to "olPersonal"...
Eric France
de_labarre
Offline Send Email
Jan 4, 2006
4:17 pm
26068
We have an Outlook add-in that needs to (infrequently) send an e-mail to the current Outlook user's Inbox/e-mail address. Where in the Outlook object model is...
Michael Herman (Paral...
mwherman2000
Offline Send Email
Jan 4, 2006
10:58 pm
26069
Namespace.CurrentUser (returns Recipient object) _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Michael Herman...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 4, 2006
11:07 pm
26070
The Personal checkbox. At least Outlook sets PR_SENSITIVITY to SENSITIVITY_PRIVATE, PR_ALTERNATE_RECIPIENT_ALLOWED to false and ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 4, 2006
11:20 pm
26071
Well, I looked for a "Personal" checkbox but I didn't see one. There is a "Private" checkbox in the lower right hand corner... Eric ... From: Dmitry...
Eric France
de_labarre
Offline Send Email
Jan 4, 2006
11:39 pm
26072
Yes, I meant the "Private" checkbox, sorry. ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Eric France Sent:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 4, 2006
11:58 pm
26073
Is there an API to obtain the location of OST and PST files configured in Outlook? Thanks __________________________________________ Yahoo! DSL – Something...
Rufoo
rufoo2001
Offline Send Email
Jan 5, 2006
8:22 am
26074
Yes, through the profiles API (part of Extended MAPI). See IProfAdmin etc on MSDN. ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com]...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 5, 2006
1:44 pm
26075
You can also find PST's by checking the registry. 1. Determine the OS you are running on - the base key is different for non NT systems 2. Deternune the...
bill tokar
tokarbil
Offline Send Email
Jan 5, 2006
3:31 pm
26076
Note that there can be multiple PST stores in a single profile. You can hack the PST store entry id for a given store - it includes the full path to the PST...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 5, 2006
3:44 pm
26077
I currently have a program that creates public folders using CDO. The problem is there are a number of public folder servers in the environment, so we have to...
bill tokar
tokarbil
Offline Send Email
Jan 5, 2006
4:39 pm
26078
Basic, quick question. Is it possible to use CDO, RDO or Redemption objects to import a .msg into a PST without using Outlook.Application? I've been able to...
Michael D Jackson
mjackson6969
Offline Send Email
Jan 6, 2006
4:26 am
26079
Can't do that in CDO 1.21. In Redemption use Import method (RDOMail, Safe*Item, MessageItem objects) to import an MSG file; specify the olMsg (3) format. ... ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 6, 2006
4:52 am
26080
Yes, I've been importing via Redemption for some time, but am having problems with Outlook not dying in order to create new profile and import into it (while...
Michael D Jackson
mjackson6969
Offline Send Email
Jan 6, 2006
3:00 pm
26081
Hi All, We use saved searches quite a bit and have noticed a change in Outlook 2003. Normally I can save the search with any column formatting (ie Date format...
Scott Perley-TM
outlookdev
Offline Send Email
Jan 6, 2006
8:08 pm
26082
RDOSession will let you log to a different session; you won't even need to close Outlook. ... From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 6, 2006
9:47 pm
26083
That's what I'm looking for. Thanks. One more question. Will RDO pull out Type 6 attachments from an Outlook PST message? Our app currently uses CDO to extract...
Michael D Jackson
mjackson6969
Offline Send Email
Jan 6, 2006
10:00 pm
26084
Do you mean embedded Ole attachments for the RTF messages? Next version (contact me off the list for a beta if interested) will allow saving such attachments,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 6, 2006
10:24 pm
26085
Hi All, Trying to retrieve a contact from Outlook but the code is not working. Here is a snippet. Can anyone lend a hand? void IdSecureMessage::FillRecipients(...
Rocco Stefano
rocstefanoid
Offline Send Email
Jan 8, 2006
5:18 pm
26086
And what exactly does not work? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Rocco Stefano Sent: Sunday, January...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 8, 2006
6:19 pm
26087
Well the code is supposed to retrieve the certificate information stored within the contact and it does not Dmitry Streblechenko <list@...> wrote:...
Rocco Stefano
rocstefanoid
Offline Send Email
Jan 9, 2006
9:01 pm
26088
You need to be a lot more specific than that: e.g. "this line of code returns X while it was supposed to return Y". No offense, but most people on this list...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 9, 2006
9:33 pm
26089
Does anyone have a code example of how to determine if a message is in conflict prior to attempting to process it? I'm running an async event sink in Exchange...
Rinko, Bryan
Bryan.Rinko@...
Send Email
Jan 10, 2006
2:48 pm
26090
We have a firm calendar folder in outlook Public Folders. Some people complain they see all previous year's events instead of current year's event. I am not...
Yue, Qun
qun_yue
Offline Send Email
Jan 11, 2006
4:09 pm
26091
Hello everybody... i have developed a public folder based application with lot of custom forms for Outlook 2003.its a scenerio where same custom form published...
Prashanth
prashanthhd
Offline Send Email
Jan 11, 2006
9:23 pm
26092
I have written a program that creates public folders - although this would be relevant to any cdo folder. Currently to create a folder with a type other than...
bill tokar
tokarbil
Offline Send Email
Jan 12, 2006
2:03 am
26093
Well - seems the problem isn't a problem. The proper icons show by restarting Outlook - must have been a caching thing. bill tokar <tokarbil@...>...
bill tokar
tokarbil
Offline Send Email
Jan 12, 2006
6:24 pm
26094
Problem: I want to setup page in Outlook, Memo stype and and i also want to set Paper / Stype / Marigins via VB or VBA or VB.net How can do it. I try to do it...
vishalrajpara_2000
vishalrajpar...
Offline Send Email
Jan 15, 2006
12:33 am
26095
It appears that I have a one-off corruption issue with a custom form. I have no idea how this happened, but I'm looking for the best way to fix it. My reason...
boydmt
Offline Send Email
Jan 15, 2006
12:34 am
Messages 26066 - 26095 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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