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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27450 - 27479 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27450
Hi all, I am trying to open an attachment by this: if (SUCCEEDED(hResult = m_Message->Interface()->GetProps ((LPSPropTagArray) &g_sptMsgProps, 0, &cVals,...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 5, 2007
6:32 am
27451
Hi all, I think this fails because the first attachment number is 0 because the second attachment which has an attachment number of 1 opens successfully, any...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 5, 2007
8:06 am
27452
Hi all, I think this fails because the first attachment number is 0 because the second attachment which has an attachment number of 1 opens successfully, any...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 5, 2007
8:10 am
27453
PR_ATTACH_NUM can be anything, it is not a sequential (0, 1, 2, .) number. Does that happen only for the ATTACH_EMBEDDED_MSG attachments? From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 5, 2007
5:06 pm
27454
I'm new to Office development, so please bear with me. For my first development endevor into office, I wanted to add some "brains" to outlook. It's a simple...
Terry Fry
terryfry0100
Offline Send Email
Nov 5, 2007
9:12 pm
27455
Hi Dmitry, It happens to any attachment, doc, embedded image anything. It always happens to the first attachment. Thanks, Jj ... number. ... ...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 6, 2007
12:23 am
27456
Is the message being displayed by Outlook by any chance when your code runs? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 6, 2007
12:28 am
27457
I am not sure if I understand your question but my answer is the msg file is not open when I run my program. Thanks ... code runs? ... dev@yahoogroups.com] On ...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 6, 2007
12:46 am
27458
So where does the message (m_Message) come from? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of jonathan_z_deguzman ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 6, 2007
5:15 pm
27459
Hi, It is from class message with the IMessagePtr interface. It also give me an E_ACCESSDENIED here: enum {CLASS,MSG_PROPS }; SPropValue...
Jonathan Joseph de Gu...
jonathan_z_d...
Offline Send Email
Nov 7, 2007
1:06 am
27460
I got it now a function i didnt make was conflicting with mine and was opening the first attachment ... lpPropValueArray,NULL); ... hResult)); ... something...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 7, 2007
5:03 am
27461
Hi all, Anyone here has an idea how to save the attachments i retrieved? here is my code: if(SUCCEEDED (hResult =...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 7, 2007
6:37 am
27462
For the regular by-value attachments, open PR_ATTACH_DATA_BIN as IStream (IMessage::OpenProperty) and use IStream methods to read the data and write it to a...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 7, 2007
4:38 pm
27463
many thanks Dmitry I got it sorted now Jj ... IStream ... and write ... IMessage ... dev@yahoogroups.com] On ... the...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 8, 2007
6:31 am
27464
Hallo I am trying to use RDO to read the ColorLabel (customized) field in an calendar folder - I don't understand why this is not working - the CDO example...
Terje Kristiansen
terje252003
Offline Send Email
Nov 8, 2007
10:13 am
27465
Is there a way to roll the count of new messages up into the parent folder? eg Inbox Personal Wife(3) Kids(2) Work Investors(38) Internal(12) I am looking to...
mike012477
Offline Send Email
Nov 8, 2007
7:10 pm
27466
I'm trying to design a custom task form where I have a due date and a reminder date and time, just like the standard task form. My problem is with the reminder...
tombwilliams
Offline Send Email
Nov 9, 2007
12:10 am
27467
You'd need to provide your own list of times if you want one, using a combo box. You don't do anything to get the reminder to trigger other than setting it....
Sue Mosher
sue_mosher_g...
Offline Send Email
Nov 10, 2007
3:08 am
27468
Hi all, Can anyone give me something about this? or at least a structure on how I can perform this conversion. thanks, Jj...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 12, 2007
6:27 am
27469
google for iconvertersession You'll definitely find a lot of info. -- With best regards Henry On Nov 12, 2007 8:27 AM, jonathan_z_deguzman...
Henry Gusakovsky
doubelbug
Offline Send Email
Nov 12, 2007
7:44 am
27470
Redemption returns the actual value of the property, not an object from Fields[]. In your case this will be Field = objFolder.Fields(&H36DC0102) Field will...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 12, 2007
5:05 pm
27471
Hi, Do you have anything on how to use it? I have seen it but where do I get the IConverterSession? It shows that is an undeclared identifier. Thanks, JJ ... ...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 13, 2007
3:44 am
27472
Also what from what I understand IConvertersession will not work if i dont have an outlook installed, what if I only have outlook express which cannot read...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Nov 13, 2007
6:02 am
27473
Thanks Dmitry It seems that "every" other field is accessible the suggested way - but with the &H36DC0102 I got the Error message - "Runtime Error 13 - Type...
Terje Kristiansen
terje252003
Offline Send Email
Nov 13, 2007
7:17 am
27474
I forgot In the mailbox the field is "emty" - In a public calendar folder I got the runtime error _____________________________________________ Fra:...
Terje Kristiansen
terje252003
Offline Send Email
Nov 13, 2007
7:20 am
27475
for iconvertersession you can look there http://blogs.msdn.com/stephen_griffin/archive/2007/06/22/iconvertersession-do-you-converter-session.aspx And yes if...
Henry Gusakovsky
doubelbug
Offline Send Email
Nov 13, 2007
11:29 am
27476
Hi, I am currently working on a program, that has to automatically create and retrieve contacts in OUTLOOK contact list. Can anyone help me with examples, of...
Siva Kumar
avis_sivakumar
Online Now Send Email
Nov 13, 2007
4:23 pm
27477
Correct, IConverterSession requires Outlook 2002 or higher. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 13, 2007
4:39 pm
27478
How did you declare the variable that receives the result from Fields[]? _____________________________________________ From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 13, 2007
4:49 pm
27479
Something like the following should get you started (this is not that different from OOM): set Session = CreateObject("Redemption.RDOSession") Session.Logon ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Nov 13, 2007
4:55 pm
Messages 27450 - 27479 of 27685   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