To whom it may be concern, I want to eliminate menu bar in outlook forms with VB Script code. Please send me the source code. Best regards, R.Minooei ... Do...
I have an Outlook form developed in Outlook98 which uses Item_Send=False to prevent an e-mail being sent under certain circumstances. The form is called from...
Code doesn't run on unpublished forms in Outlook 2000 SP2 or later, and that's what an .oft file is. If you publish the form and create items using the...
Sue Mosher
sue@...
May 2, 2004 8:48 pm
23476
HI, I am trying to catch the double click event on a distribution list using extended mapi. But looks like it does not go to the DoCommand event. I am using an...
Outlook 2003 and Exchange 2003 We are looking at a product called Neo which includes a feature to allow users to view their mail by correspondents. It will...
Not if the archives are in a separate .pst file. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users,...
Sue Mosher
sue@...
May 3, 2004 2:46 am
23480
Hi Ben, Thanks for the response. I tried the Search. I could not easily search on a person's name. I had to click on the drop down box to select my public...
Hi Sue Do you mean any other folder except the generic archive that Outlook creates when you ask it to archive? Vera ... allow ... from ... folder ... only ......
It looks like it will not pull together from different sources (ie mailbox and archive) in one search folder. Maybe in the next version. Regards Vera ... ...
Did you try to use Inspectors.NewInspector OOM event from your extension? ... From: tuhin1942 [mailto:tuhin1942@...] Sent: Sunday, May 02, 2004 6:03 PM ...
Hi I have a question. I am getting the Outlook alias with the follwing code :- set myOlApp = CreateObject("Outlook.Application") strEmailName = ...
Hoosen, Mahomed M
mahomed.hoosen@...
May 3, 2004 8:46 am
23485
No. I mean any .pst file separate from your main data store. Outlook 2003 search folders cannot search across stores. -- Sue Mosher, Outlook MVP Author of...
Hello, DMitry, I admire your profund knowledge and thanks for your advice. I made some changes in ecf file and added OnRead event, and I can trap the double...
When using Out of Office Assistant one can easily set up rules, no problem. In Calendar, you can also set up an appointment to be Out of Office, no problem. Is...
Thanks for that. I appreciate the help. Vera ... Outlook 2003 search folders cannot search across stores. ... Outlook ... search ... to ... mail ... this ... ...
I tried this already and it doesn't work with the with command. I have to use the cells(row,col).wraptext=trueas a seperate line. Thanks though ... From: "Sue...
So, you've solved the problem, right? The idea of using the macro recorder is to get a shortcut to the solution, which is found in the WrapText property. Most...
Sue Mosher
sue@...
May 4, 2004 4:25 am
23492
Can a public folder be set up to show when messages are Read to all who have access to it or is it strictly on a per individual basis? We run Outlook 2002 on...
Gomez, Mary Lou
marylou.gomez@...
May 4, 2004 4:49 pm
23493
Hi all, The situation: I have a client that has made extensive use of Outlook/Exchange to store not just the names and email address of its staff, but also ...
With some efforts, yes... Read the article in this link :http://support.microsoft.com/?kbid=224351 <http://support.microsoft.com/?kbid=224351> I think it might...
"Drolet, Sébastien"
SEBASTIEN.DROLET@...
May 4, 2004 7:48 pm
23495
Hi, Does anyone know how to set a message control in outlook form to be editable in read mode? ".Enable=True" does work on message control. Thanks a lot. Qun ...
Hi, Does anyone know how to set a message control in outlook form to be editable in read mode? ".Enable=True" does not work on message control. Thanks a lot. ...
This isn't a form layout issue. For HTML and plain text messages, you'd need to use CommandBars to execute the Edit | Edit Message command from the menu. -- ...
Sue Mosher
sue@...
May 4, 2004 10:46 pm
23498
That works. Thanks a million. ... From: Sue Mosher [mailto:sue@...] Sent: Tuesday, May 04, 2004 6:04 PM To: outlook-dev@yahoogroups.com Subject:...
I have created a form that will be sent from our organization to another user outside of the company. When the users receives the form it is displaying a blank...
Did you ever figure this out. I'm having the same problem, and any sample code would be greatly appreciated. want to show the selected mail in the outlook...
Did you create a Read page layout? Is your server set to allow rich-text formatting to pass? See http://www.outlookcode.com/d/sendform.htm -- Sue Mosher,...
Sue Mosher
sue@...
May 5, 2004 12:57 am
23502
Sorry short on time but this should give you what you need. Remember QI is casting in C++. CComPtr<Outlook::Selection> pSel; hr = pExplorer->get_Selection(...