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 26700 - 26729 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26700
Hi, Can anybody give me the structure of Outlook MSG file? Immediate help would be appreciated. With Regards Vikram Kashyap...
Kashyap, Vikram
vkashyap@...
Send Email
Sep 4, 2006
6:29 am
26701
Hi there, does anyone know how to convert PR_RTF_COMPRESSED to HTML? I can't find any resources with this info? Jason...
Jason Coley
jazcoley
Offline Send Email
Sep 4, 2006
7:57 am
26702
HI outlook -dev, I have written a plugin to run on Outlook 2003/XP/2000 that will change the message class of every new mail that arrives to teh mail box. ...
nithinBS vishwamitra
nithinvishwa...
Offline Send Email
Sep 4, 2006
3:37 pm
26703
In Outlook, how do you set the checked property of a CommandBarButton? I want a button that acts the same way as the "Find" button on the standard bar. Buttons...
Xavier Shay
meink174
Offline Send Email
Sep 5, 2006
5:10 am
26704
... // C# _Button.State = Microsoft.Office.Core.MsoButtonState.msoButtonDown;...
Xavier Shay
meink174
Offline Send Email
Sep 5, 2006
5:26 am
26705
Am not too sure this is the right forum for this..... I am looking for a programmatic method of extracting the users and their permissions on a shared Exchange...
bill tokar
tokarbil
Offline Send Email
Sep 5, 2006
7:49 pm
26706
I have written a HTA - VBScript to do similar to this.. http://www.ericwoodford.com/exporting_exchange_2003_mailbox_information Mine pulls mailboxes that have...
Eric Woodford
ericwoodford
Offline Send Email
Sep 5, 2006
10:15 pm
26707
Eric, Many thanks. Also found http://support.microsoft.com/kb/252459/ Eric Woodford <ericwoodford@...> wrote: I have written a HTA - VBScript to do...
bill tokar
tokarbil
Offline Send Email
Sep 6, 2006
1:14 am
26708
MSG files are in the OLE storage format; you can open them using the DocFile Viewer from the Visual Studio. The format of the streams in not documented of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 6, 2006
4:44 am
26709
Contact me at my private e-mail address. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Jason Coley Sent: Monday,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 6, 2006
4:45 am
26710
Hi Dmitry, Thanks for the help. I wanted to read the information out of the MSG file for To, From, Subject etc without using the Outlook Object Model or any...
Kashyap, Vikram
vkashyap@...
Send Email
Sep 6, 2006
4:50 am
26711
Did you look at an MSG file with the DocFile Viewer? If you can access the file contents using Istorage, you should be able to retrieve the streams (IStream)...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 6, 2006
5:40 am
26712
Hi, I am working with the outlook addin in C#. I need to execute my piece of code when the mail is closed and sent. ie i need to handle the close event and...
Amar Kangod
kangod_amar
Offline Send Email
Sep 6, 2006
6:41 am
26713
Hi Thanks... I got the solutio for this. we can handle this at mail object instead of Application Object. Amar Amar Kangod <kangod_amar@...> wrote: Hi,...
Amar Kangod
kangod_amar
Offline Send Email
Sep 6, 2006
9:20 am
26714
Hi All, We are using outlook 2003 with Exchange 2003. I am working a customized meeting request form with special catering menu page added. I created a...
qun_yue
Offline Send Email
Sep 6, 2006
1:54 pm
26715
Hi Brad: According to your suggestion, I purchased the Add-In Express.NET for Visual Studio 2005. We want to insert some menu bar or popup menu items into the...
George Qi
kqi_nt
Offline Send Email
Sep 7, 2006
5:21 pm
26716
Hello. I am trying to use Redemption to import a loose MSG file into outlook so I can use Outlook object model methods on it. I am following the example code...
Robert Harris
rogerharvest
Offline Send Email
Sep 7, 2006
6:36 pm
26717
Outlook cannot see changes made with Extended MAPI until you completely dereference the object and reopen it. Modify your code as follows: Set olkMi =...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 7, 2006
7:06 pm
26718
Has anybody ever tried to implement support for the new Outlook 2007 Ribbon in a C++-based COM add-in? While we're working on a .NET rewrite, I'd like to buy...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Sep 7, 2006
7:43 pm
26719
Thanks Dimitri! That works perfectly. Are there any limitations for using this with non-mail types? Can I import appointments, journal items, etc. with this...
Robert Harris
rogerharvest
Offline Send Email
Sep 7, 2006
7:46 pm
26720
No, all kinds of items will work just fine this way. After all, the only difference between thems is the value of the PR_MESSAGE_CLASS property and a set of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 7, 2006
8:33 pm
26721
In fact, PutMarkForDownload only added after 2002 version. Now, I want to operate this API, first I get the value of the OlRemoteStatus, or even i just give it...
allenshi_szl
Offline Send Email
Sep 11, 2006
12:57 pm
26722
Hi Everyone, I am generating Outlook 2003 text emails in Access 2003 with Redemption. Upon reciept, some, or all of the carriage returns have disappeared. I am...
Donkers Steve
stevedonk
Offline Send Email
Sep 11, 2006
10:51 pm
26723
When you look at the messages in the Sent Items folder, do they look Ok in MFCMAPI or OutlookSpy? How about the Inbox? From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 11, 2006
11:02 pm
26724
Hi Again, I've just discovered that when the mail is received that the format menu has the option to unwrap the text. When the message is in draft this option...
Donkers Steve
stevedonk
Offline Send Email
Sep 11, 2006
11:04 pm
26725
Outlook automatically strips CRLFs from lines in plain text messages that it can't distinguish as "tabular"-type data. One trick is to prefix each line that...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 11, 2006
11:04 pm
26726
Hi Sue Thanks for that, I'll try it out. Cheers Steve ________________________________ From: outlook-dev@yahoogroups.com...
Donkers Steve
stevedonk
Offline Send Email
Sep 11, 2006
11:09 pm
26727
Hi Again, The 3 spaces fixes it nicely. Thanks. Replaced the vbCrLf with the following function call: Function fvarNewLine() As String fstrNewLine = vbCrLf & "...
Donkers Steve
stevedonk
Offline Send Email
Sep 11, 2006
11:30 pm
26728
Maybe -- see http://www.slipstick.com/mail1/longline.htm Wouldn't you just control that with your code, keeping the lines pretty short? Or have you thought...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 11, 2006
11:43 pm
26729
Hi Dmitry, They look fine in sent items. Sue's trick with the spaces works OK, although it would be nice to just not strip the returns.. Thanks Steve...
Donkers Steve
stevedonk
Offline Send Email
Sep 11, 2006
11:51 pm
Messages 26700 - 26729 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