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 27263 - 27292 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27263
I have a custom form saved to a public folder. I'd like to make it more convenient by making it a toolbar button. I don't know how to write macros. I know that...
franklinstaiwan
Offline Send Email
Sep 4, 2007
9:05 am
27264
To create a new instance of a custom form programmatically, use the Add method on the target folder's Items collection: Set newItem =...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 4, 2007
11:48 am
27265
We have created an application in Outlook2003 (placed inside the VBAProject.otm file) In the program we have been using the DateTimePicker (mscomct2.ocx) Now...
Terje Kristiansen
terje252003
Offline Send Email
Sep 4, 2007
7:04 pm
27266
... Unable to cast COM object of type 'System.__ComObject' to interface type 'MAPI.AppointmentItem'. This operation failed because the QueryInterface call on...
Rory A. Apperson
rapperson@...
Send Email
Sep 7, 2007
6:50 pm
27267
Using .NET and CDO is cumbersome at best, as the .NET environment is strongly typed and CDO is, well, CDO. I have punched thousands of lines of CDO in VB6,...
bill tokar
tokarbil
Offline Send Email
Sep 7, 2007
10:17 pm
27268
I'm working on a problem I can't seem to get a handle on, and maybe somebody has an idea. It's an Outlook COM add-in in .NET (no VSTO or anything), designed to...
Brad Smith
bpsmicro
Offline Send Email
Sep 7, 2007
11:32 pm
27269
This is a known CDO 1.21 problem - it only returns MAPI.Appointment from the default Calendar folder when you loop through the folder items or (in case of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 8, 2007
12:02 am
27270
Hi all, I am developing a snippet for extraction of msg propeties, I am using outlook 2003. Now my problem is the current mapi_utils does not extract the ...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 10, 2007
2:19 am
27271
I am creating a code to get the PR_HTML property of a .msg file, is it true that outlook2003 blocks any code that attempts to get that property? As stated...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 10, 2007
12:30 pm
27272
Outlook 2003 blocks any CDO 1.21 code or external Outlook automation code that attempts to get item bodies. See http://www.outlookcode.com/article.aspx?ID=52...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 10, 2007
1:03 pm
27273
What MAPI utils? In general, PR_HTML or PR_HTML_BODY may or may not be available. In general, HTML is stored in the PR_RTF_COMPRESSED property as RTF wrapped...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 10, 2007
4:50 pm
27274
Hi Dmitry, My problem is that the PR_HTML property is available if I haven't save the msg file but if I do save it the property disappears and even if I use...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 11, 2007
12:51 am
27275
Hi all, How do I use it? How do I import it to my VC++ project? Thanks, Jj...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 11, 2007
7:25 am
27276
Again, PR_HTML property is not guaranteed to be present. In general, HTML will need to be extracted from PR_RTF_COMPRESSED. See...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 11, 2007
6:04 pm
27277
Redemption is not any different from any other IDIspatch friendly COM libraries (such as Outlook): just use #import to import the Redemption type library and...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 11, 2007
6:06 pm
27278
Hello all, I'm developping an add-in for outlook with CSharp (.NET). And then I use Outlook Redemption to acces in some protected field of Outlook as email,...
Yacouba OUATTARA
lecyberax
Offline Send Email
Sep 12, 2007
12:56 pm
27279
Unstable in what sense? Does it crash? Do you get an error? What is it? Is it your code that causes the prompt? What is it? _____ From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
3:16 pm
27280
... When I use Redemption all goes well about what i want to do, but, all mail I send triggers a security prompt. If I uninstall my add-in from outlook, all...
yacouba ouattara
lecyberax
Offline Send Email
Sep 12, 2007
4:38 pm
27281
Hi I'm just starting to dip my toe in the water, and am wondering if there is a way that I can easily return a collection of folders in Exchange that have a...
Guido Cianfanelli
gcianfanelli
Offline Send Email
Sep 12, 2007
4:38 pm
27282
And what is the relevant snippet of your code that triggers the security prompt? _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com]...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
4:42 pm
27283
No, you would need to recursively walk through the folders hierarchy. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
4:43 pm
27284
Dmitry, this sounds like the same issue (and same poster?) as at http://www.outlookcode.com/threads.aspx?forumid=4&messageid=24124. I suspect the Redemption...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 12, 2007
4:47 pm
27285
Sure sounds like it. A copy of my reply from http://www.outlookcode.com/threads.aspx?forumid=4 ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
5:00 pm
27286
I use RDo in to much part of my project: But i could show some: ####################""" private void SearchBox_TextChanged(object sender, EventArgs e) { //var ...
yacouba ouattara
lecyberax
Offline Send Email
Sep 12, 2007
5:12 pm
27287
Yes, I have seen that code. Which line triggers the security prompt? Do you see the prompt when *your* code programmatically sends a message? What is that...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
5:32 pm
27288
I use this code: //Applictaion Outlook Ol = new Outlook.ApplicationClass(); NS = (Outlook.NameSpace)Ol.GetNamespace("MAPI"); //le dossier InBox oInbox =...
yacouba ouattara
lecyberax
Offline Send Email
Sep 12, 2007
5:49 pm
27289
You are accessing the MailItem.To property (sentItem.To). It needs to be accessed using Redemption.SafeMailItem object to avoid the security prompt. See the...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 12, 2007
6:03 pm
27290
Hi all, How is this possible? Is there a way to retrieve the filenames of the attachments embedded or not if it is missing? I have attached the msg file that...
Jonathan Joseph de Gu...
jonathan_z_d...
Offline Send Email
Sep 13, 2007
6:48 am
27291
Are you retrieving PR_ATTACH_FILENAME from the attachment itself or the attachment table? In the latter case, MSG files expose a very limited set of properties...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 13, 2007
7:14 am
27292
Hi Dmitry, I am reading both of them, my function when getting the PR_ATTACH_FILENAME returns nothing. Plus when I view the attachments at the table it does...
Jonathan Joseph de Gu...
jonathan_z_d...
Offline Send Email
Sep 13, 2007
8:42 am
Messages 27263 - 27292 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