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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27502 - 27531 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27502
I would like to have a complete list of the email rules available for OL 2007 (non-Exchange environment). I need the list for reference and training purposes...
Ken Kimbrough
pyramid36
Online Now Send Email
Dec 3, 2007
11:54 pm
27503
Rule conditions and actions can be combined in an almost infinite number of ways. If you're looking for a list of the available conditions and actions, I don't...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 4, 2007
12:10 am
27504
Hi! I'm trying to open a new mail with predefined recipient, subject (and body if possible) using the command line, or possibly through a java application. The...
erikinc99
Offline Send Email
Dec 5, 2007
3:31 pm
27505
Hi, the certificate worked already. I made some changes to the existing vbaproject.otm and created a new one. Now outlook tells me that an error occured and...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Dec 7, 2007
5:42 pm
27506
Hello Group We have made a shared mailbox - where we basically use the calendar part. Here we have created several customized views. The views that has a date...
Terje Kristiansen
terje252003
Offline Send Email
Dec 10, 2007
2:58 pm
27507
Hi all, I encountered something that affects the embedded attachments in converting a MAPI to MIME message, I need my mimeheader to be multipart/related for...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Dec 11, 2007
8:13 am
27508
We used to see this a lot, the &apos; thing, and not with just with date fields. We were able to fix it by getting everyone to the exact same version of...
jhoward15
Offline Send Email
Dec 11, 2007
5:09 pm
27509
Thanks Jon –Pooooh - I will try to take a look into this to see what we have regarding to this. Regards Terje Fra: outlook-dev@yahoogroups.com...
Terje Kristiansen
terje252003
Offline Send Email
Dec 11, 2007
6:43 pm
27510
I am trying to create a template that has the From and BCC fields filled in automatically but don't want them to show up when a user uses this template. Does...
Gomez, Mary Lou
marylou.gomez@...
Send Email
Dec 15, 2007
12:17 am
27511
When getting the StoreID from the same Contact Item in Outlook 2007 and Outlook 2003 the StoreIDs are different in length. This becomes a problem when trying...
eduardogrout
Offline Send Email
Jan 10, 2008
3:18 am
27512
See my reply in microsoft.public.outlook.program_addins _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of eduardogrout ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 10, 2008
4:41 pm
27513
Can you send the reply also here Thank RINO ... Da: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] Per conto di Dmitry Streblechenko Inviato:...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Jan 10, 2008
5:23 pm
27514
Theoretically, there is no limit on the length of an entry id. Any entry id must be treated as a black box and your code must be prepared to handle entry ids...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 10, 2008
6:42 pm
27515
Thank But if my application link an item with entryID in OUTL 2002 you think that work in OUTL2007. Function is GetItemFromID Thank Rino ... Da:...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Jan 11, 2008
8:22 am
27516
Will it be used on a different machine under a different user identity or on the same machine after you upgrade Outlook 2002 to 2007 in case of an Exchange...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 11, 2008
6:23 pm
27517
Items are in a pubblic folder of exchange 2003. User open items in the public folder with GetItemFromID from a custom task item that is in private mail box...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Jan 11, 2008
6:45 pm
27518
Hi there outlook group, I have a small office that does constuction based projects. We receive many e-mails a day and need to keep them sorted by project when...
hawkster2003
Offline Send Email
Jan 18, 2008
8:58 pm
27519
You can try FolderFrog for this. http://www.folderfrog.com/ == Harley From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Harley Davis
hedavis226
Offline Send Email
Jan 18, 2008
10:50 pm
27520
Hello I am trying to add a customized field to a outlook Appointment customized form. In Outlook itm.UserProperties.Add("Textfield",...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2008
11:59 am
27521
I found out how to add a field. Itm.Fields("Textfield") = Value But I got an empty field value if the Field is an DATE field. Itm.Fields("datefield") =...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2008
2:28 pm
27522
Format() returns a string, so it looks like you're trying to use a string value instead of a date value to set the value of a date field. All you need is: ...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 21, 2008
4:06 pm
27523
Hi , I have one outlook-addin and it was working fine with 2003 , it is not working in 2007 . once i click on the add in button outlook is crashing .. and it...
sathish.kulal
Online Now Send Email
Jan 21, 2008
4:11 pm
27524
It did not help I specify Itm.Fields("datefield") = Date() The strange thing is: When I have created the Appointment programmatically AIN my code I have a i ...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2008
7:07 pm
27525
Try deleting the folder's field definition and creating it again as a date field. ... Try deleting the folder's field definition and creating it again as a...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 21, 2008
7:52 pm
27526
If you simply specify the field name, Redemption always assumes that the type is string – it does not read the field definition since it is stored in a...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 21, 2008
8:29 pm
27527
Thank you very much For the Date field worked very fine. But the time “hh:mm” field adds an extra hour . eg. I specify 02:00 and (I can see that...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2008
10:53 pm
27528
And I have found out that the Date field one hour is added extra. Eg. I specify 22.01.2008 00:00:00 – the result in Outlook is 22.01.2008 01:00:00 terje Fra:...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2008
11:48 pm
27529
All PT_SYSTIME properties in MAPI are stored in the UTC time zone, and you are probably 1 hour off. You can convert to/from UTC using...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 21, 2008
11:53 pm
27530
Thank you for your support I first used the Outlook object model – Then and I got a security warning because I browse an address list and also resolve a...
Terje Kristiansen
terje252003
Offline Send Email
Jan 22, 2008
12:05 am
27531
Did you set the MessageClass property appropriately? Or call RDOItems.Add specifying the correct message class? What are the relevant snippets of your OOM vs...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 22, 2008
12:18 am
Messages 27502 - 27531 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