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 ...
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@...
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...
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...
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@...
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...
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,...
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...
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@...
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"...
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@...
Jun 2, 2004 3:12 pm
23682
Merci Sébastien! Ca marche! Scott Perley Senior Technology Analyst TELUS Mobility ________________________________ From: "Drolet, Sébastien"...
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...
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...
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@...
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...
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...
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@...
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...
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...
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@...
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...
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@...
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 ...
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@...
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...
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...