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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 26553 - 26582 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26553
Hi, Is it technically possible to change the flag icon of the selected mail (to some customized icon)? I want to change the flag icon for selected mails after...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 1, 2006
9:02 am
26554
I’ve compared the EntryID returned by HrMAPIFindDefaultMsgStore with the one provided by MFCMAPI, and the values are identical. Regarding the C# code using...
Bernard Opic
bernard_opic
Offline Send Email
Aug 1, 2006
1:55 pm
26555
Our beta testers are reporting that our Outlook extension intermittently causes the Outlook UI to crash. What extension behaviors have people seen that could...
Eric France
de_labarre
Offline Send Email
Aug 1, 2006
2:52 pm
26556
Hi, For you information, I’m in charge of maintaining the Windows software section at ZDNet France online library. So, if you have released or know a...
Bernard Opic
bernard_opic
Offline Send Email
Aug 1, 2006
4:33 pm
26557
Hi, All: So far, I have found that all the samples create a new menu group and insert into the Outlook (Business Contact Assistant and Hands-on labs). However,...
George Qi
kqi_nt
Offline Send Email
Aug 1, 2006
5:26 pm
26558
HI all, I am designing a outlook form with the following steps. #1 Go to Tools->Forms->Design a Form #2 Look in Standard Forms Library, choose...
Amar Kangod
kangod_amar
Offline Send Email
Aug 2, 2006
1:41 pm
26559
Try running OUtlook/Office setup and making sure that the VBScript support component for Outlook is included. ... Try running OUtlook/Office setup and making...
Sue Mosher
sue_mosher_g...
Offline Send Email
Aug 2, 2006
2:15 pm
26560
No answers for my queries. Still waiting eagerly for some gentleman to answer my query. Any help would be appreciated. With Regards Vikram Kashyap ...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 3, 2006
5:04 am
26561
There is no Application.DragEnter event in the Outlook Object Model. Drag/drop is not exposed at all in OOM. _____ From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 3, 2006
5:06 am
26562
No, there is no way to do that. Please do not hijack an existing thread, create a new one - your question has nothing to do with drag/drop in Outlook; make...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 3, 2006
5:58 am
26563
Hi All, I am very close to my target that I wanted to achieve in my application. I have been successfully been able to retrieve the file name of the selected...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 3, 2006
11:33 am
26564
Hi All: I need some help from any one who know how to insert a menu button within the Actions menu button in Outlook. I have the following codes to insert a...
George Qi
kqi_nt
Offline Send Email
Aug 3, 2006
9:58 pm
26565
Hi All: I need some help from any one who know how to insert a menu button within the Actions menu button in Outlook. I have the following codes to locate a...
George Qi
kqi_nt
Offline Send Email
Aug 3, 2006
10:28 pm
26566
Folks, I just started trying to use Extended MAPI last Friday, as I'm trying to get around the Outlook security dialogs. I hope this isn't rude to post the...
Lincoln
lincolnmerritt
Offline Send Email
Aug 4, 2006
4:09 am
26567
You can find the menu id in OutlookSpy - open the item in Outlook, click the Inspector button on the OutlookSpy toolbar, go to the CommandBars tab. _____ From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 4, 2006
6:10 am
26568
Hi, I am looking for some help. To explain more on my issue, find the code below which is taking care of drag and drop from outlook to my app. DROPEFFECT...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 4, 2006
8:17 am
26569
Hi Dmitry: Using Outlookspy, I am able to get the “Actions” menu ID as 30130. Now, I always get the message “Value does not fall within the expected ...
George Qi
kqi_nt
Offline Send Email
Aug 4, 2006
6:01 pm
26570
FindControl expects an integer control id (30130), not a string ("30130"). _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 5, 2006
8:01 pm
26571
If you already have the file name, why don't you just use it to open the file and read its contents? _____ From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 5, 2006
8:02 pm
26572
Hi, Our client are using an application which generate an email which attchment and keep it in outlook outbox. when we open the message in outbox it is Plain...
sharma2000usa
Offline Send Email
Aug 6, 2006
2:53 pm
26573
Hi Dmitry, Thanks for your reply. I tried reading the file using IStream, but when I drag a mail and drop it on my applications it always pops up an error ...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 7, 2006
4:04 am
26574
What is the failing code exactly? I very much doubt that KB article has anything to do with this. How do you open that file? To you request write and/or...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 7, 2006
5:14 am
26575
Hi Dmitry, I am giving you my code snippet to get a clear idea. Please give a look on the comments in red color. if...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 7, 2006
5:39 am
26576
I am using sopen to open the file. new_file = sopen(file_name, O_RDWR | O_BINARY | O_CREAT, SH_DENYNO, S_IREAD | S_IWRITE); With Regards Vikram Kashyap ...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 7, 2006
5:47 am
26577
Try to get rid of the S_IWRITE bit. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Kashyap, Vikram Sent: Sunday,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 7, 2006
6:42 am
26578
Dmitry, I tried that, but no effect, but as I explained below, unless until I did not have the file pointer returned in the STGMEDIUM structure, there is no...
Kashyap, Vikram
vkashyap@...
Send Email
Aug 7, 2006
6:59 am
26579
Ah, sorry - looking at my old code, MSG files come in the TYMED_ISTORAGE format (CF_FILECONTENTS), not IStream. You can create your own Ole storage file using...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 7, 2006
10:00 pm
26580
Hi there, I have the following code that gets the selected items from Outlook, the code is run in an Exchange Extension. For some reason the Category part...
Jason Coley
jazcoley
Offline Send Email
Aug 8, 2006
12:04 am
26581
What do you mean by rubbish? Do you mean you get a valid string, but it just contains garbage while the string length is right? Is the number of entries right?...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 8, 2006
12:20 am
26582
Thanks for answering, totally my fault here, I didn't Initialise OlItem^.Categories, so all sorted. It amazes me how much faster Extended Mapi is compared to...
Jason Coley
jazcoley
Offline Send Email
Aug 8, 2006
1:27 am
Messages 26553 - 26582 of 28048   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