Hi all, I am trying to open an attachment by this: if (SUCCEEDED(hResult = m_Message->Interface()->GetProps ((LPSPropTagArray) &g_sptMsgProps, 0, &cVals,...
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...
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...
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...
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 ...
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 ...
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 ...
I got it now a function i didnt make was conflicting with mine and was opening the first attachment ... lpPropValueArray,NULL); ... hResult)); ... something...
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...
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...
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...
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...
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....
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...
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 ... ...
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...
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...
I forgot In the mailbox the field is "emty" - In a public calendar folder I got the runtime error _____________________________________________ Fra:...
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...
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...
Correct, IConverterSession requires Outlook 2002 or higher. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
How did you declare the variable that receives the result from Fields[]? _____________________________________________ From: outlook-dev@yahoogroups.com...
Something like the following should get you started (this is not that different from OOM): set Session = CreateObject("Redemption.RDOSession") Session.Logon ...