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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 23671 - 23700 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23671
Sue, I want to have a choice as it is in standard form. If it is visible, then I want to have a choice in View menu to hide it. Is there a way? Thanks Pavel ...
Pavel Sajnar
ep_cz
Offline Send Email
Jun 1, 2004
9:27 am
23672
You would have to provide (a) the mechanism for making a choice, i.e. a command button on your form or a custom toolbar button in a COM add-in and (b) the code...
Sue Mosher
sue@...
Send Email
Jun 1, 2004
11:25 am
23673
I have a user who cannot get any custom forms to work on his computer. He created a new IPM.Task task and published this as a new form, but when he tries to...
Charles Sinclair
tasklineuk
Offline Send Email
Jun 1, 2004
7:47 pm
23674
I want to determine if Folders are public or private through MAPI code, is this possible? If not, is there another way to do it? Also, is there a difference...
jljackson222
Offline Send Email
Jun 1, 2004
9:33 pm
23675
Where did he publish the form? Assuming he made a backup .oft file, try republishing the form using Outlook 2003. I don't know what you did to clear the cache...
Sue Mosher
sue@...
Send Email
Jun 1, 2004
9:58 pm
23676
Can user create any registry key in HKEY_CURRENT_USER\Software\Classes\CLSID? Outlook forms are registered in this key. ... From: Charles Sinclair...
Vaidotas Cibulskas
vaidokliz
Offline Send Email
Jun 2, 2004
6:31 am
23677
I have about 5 people that I want to send the same message to, however, I do not want to disclose their e-mail addresses. I tried looking in the help section,...
Joe
feihu_aiwei
Offline Send Email
Jun 2, 2004
12:42 pm
23678
Try using the BCC (Blind Carbon Copy) field? Open message \ View \ BCC Field ... From: Joe [mailto:aiwei@...] Sent: Wednesday, June 02, 2004 1:41 PM...
Card, Simon
srcard
Offline Send Email
Jun 2, 2004
12:47 pm
23679
Or use a mail merge to send individual messages. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users,...
Sue Mosher
sue@...
Send Email
Jun 2, 2004
1:03 pm
23680
Hi All, Is it possible to force a read receipt on or off on a custom form? I can add the "Receipt Requested" field to the form but cannot "set initial value"...
Scott Perley-TM
outlookdev
Offline Send Email
Jun 2, 2004
3:08 pm
23681
Yes it is... check the boolean ReadReceiptRequested property of a mailitem object. The corresponding MAPI property is PR_READ_RECEIPT_REQUESTED hope this...
"Drolet, Sébastien"
SEBASTIEN.DROLET@...
Send Email
Jun 2, 2004
3:12 pm
23682
Merci Sébastien! Ca marche! Scott Perley Senior Technology Analyst TELUS Mobility ________________________________ From: "Drolet, Sébastien"...
Scott Perley-TM
outlookdev
Offline Send Email
Jun 2, 2004
3:29 pm
23683
The folders named "Public Folders" & "All Public Folders" can be renamed by users. I've found the location of this in the registry but there doesn't appear to...
srcard
Offline Send Email
Jun 2, 2004
4:24 pm
23684
1. Compare the value of the PR_MDB_PROVIDER property with the hardcoded values for the private store and public store providers: Private mailbox store provider...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 2, 2004
5:24 pm
23685
You can set the MailItem.ReadReceiptRequested to False I can't think of any reason, though, why requesting a read receipt would one-off the item. -- Sue...
Sue Mosher
sue@...
Send Email
Jun 2, 2004
9:47 pm
23686
Can you give a try for Validate event of the comboBox ?? See if that works ! Regards, Chandrashekhar. shruti gautam <gshru@...> wrote: Hi, I have a COM...
shashi Kulkarni
shashi_cuk
Offline Send Email
Jun 3, 2004
7:09 am
23687
... registered in ... That was the problem. Thank you....
Charles Sinclair
tasklineuk
Offline Send Email
Jun 3, 2004
8:04 am
23688
Hello, How did you install this computer? I gues it was cloned or smth. ... From: Charles Sinclair [mailto:yahoo@...] Sent: 2004 m. birţelio 3 d....
Vaidotas Cibulskas
vaidokliz
Offline Send Email
Jun 3, 2004
8:16 am
23689
Hi all, I am attempting to develop a form that contains a user defined field called "myBoolValue" so that I can subsequently have a set of radio buttons that...
dbuddrige
Offline Send Email
Jun 3, 2004
8:16 am
23690
a) This is normal behavior. Once you add a control for the field to the form, it will also appear in the User-defined Fields in This Item list. See...
Sue Mosher
sue@...
Send Email
Jun 3, 2004
11:24 am
23691
Please can anyone point me in the right direction as to how to create custom forms from saved templates and publish them to particular folders using visual...
olujide esan
oesan2
Offline Send Email
Jun 3, 2004
3:31 pm
23692
OL2000 sp3 Exchange 5.5 sp4 Using a custom appt form on a public folder. Right now, users can make multiple appts for the same time slot. Is there a way to...
Hutchcroft, Laura
Laura_Hutchc...
Offline Send Email
Jun 3, 2004
6:03 pm
23693
Laura, I am a part-time Exchange/Outlook developer (outlook vb script enabled forms, COM objects, etc) and I can use CDO/ADSI for outbound smtp mail in this...
Pitawala, Sam
sam.pitawala@...
Send Email
Jun 3, 2004
6:07 pm
23694
1. Would this value be private for both a local POP3 account and a private folder hosting a pop3 account on an exchange server? 4. does ACL data exist for...
jljackson222
Offline Send Email
Jun 3, 2004
6:18 pm
23695
I am trying to use code very similiar to http://support.microsoft.com/?kbid=171907 However, when I make the call to OpenIMsgOnIStg, I get ...
jljackson222
Offline Send Email
Jun 3, 2004
6:37 pm
23696
You can put code in the Item_Open event handler to set the BusyStatus value on a new item: Function Item_Open() If Item.Size = 0 Then Item.BusyStatus = 2 End...
Sue Mosher
sue@...
Send Email
Jun 3, 2004
6:52 pm
23697
Thanks Sue! I will check it out! ... From: Sue Mosher [mailto:sue@...] Sent: Thursday, June 03, 2004 3:03 PM To: outlook-dev@yahoogroups.com ...
Hutchcroft, Laura
Laura_Hutchc...
Offline Send Email
Jun 3, 2004
7:00 pm
23698
I recently began migrating public folders from Exchange 5.5 to Exchange 2003. The first part of the migration created a new replica of public folders on the...
Lynne July
lynne.july@...
Send Email
Jun 3, 2004
9:48 pm
23699
When I'm on my local Outlook (not running on exchange) and I examine that property, I get: 4E495441F9BFB80100AA003796E0000 for all of my folders, which doesn't...
jljackson222
Offline Send Email
Jun 3, 2004
10:16 pm
23700
I have a public folder calendar that I am pulling info from, and putting it into a local intranet. I'd like to have links that will open the item in Outlook...
Erick Thompson
ethompson@...
Send Email
Jun 4, 2004
2:23 am
Messages 23671 - 23700 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