Hi I have created an item object called myItem of type Outlook.AppointmentItem and have the following code to instantiate it: Set myFolder =...
Ramanathan, Rajesh (C...
RRajesh@...
Mar 1, 2004 12:45 pm
23015
Hi, Try to destroy object of new item (also other unused objects like 'Session'): Set myItem = Nothing I'v had the same issues and destroing helped me. ... ...
What are the limitations on what fields can be used to group a view. Specifically what fields (types) cannot be combined. I have a view that I am grouping on...
We've been working with the SharePoint 2003's ability to sync contacts with Outlook 2003. We need some help synching plain old fields like Department and...
That sounds like a built-in limitation. Grouping by two keywords fields could get very complicated (yielding field1count x field2count groups), so it's not...
Sue Mosher
sue@...
Mar 2, 2004 5:42 am
23019
Virtually nothing about WSS integration with Outlook is configurable - only the sites that show up in the shared attachment and meeting workspace task panes....
Sue Mosher
sue@...
Mar 2, 2004 5:42 am
23020
Because NAS bypasses the Inbox. Rules only work on items that arrive in the Inbox. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming:...
Sue Mosher
sue@...
Mar 2, 2004 5:44 am
23021
I need to be able to create a new message and display it in read mode. I have tried creating this message in several ways 1) Through the object model by adding...
I am runing Outlook on a network, using exchange server. I have several rules set up for my incoming e-mails. I will get an error message about once or twice a...
Not sure which group I should've sent this to but hoping someone in this group can help me with this issue. I have a public folder that is showing more...
Gomez, Mary Lou
marylou.gomez@...
Mar 2, 2004 9:35 pm
23024
I am trying to add an ActiveX control for the date and time, I cant seem to find that control in the control toolbox selections. Does anyone know how I can add...
None is included with Outlook. See http://www.outlookcode.com/d/datepick.htm for information on those available. -- Sue Mosher, Outlook MVP Author of Microsoft...
Sue Mosher
sue@...
Mar 2, 2004 10:00 pm
23026
Hi, Sorry if this question is redundant - I couldn't find it in the archives. I'm writing a standalone C# app. For various reasons, I want to get notified...
Hi, I'm using Exchange 2000 server and Outlook 2003. The Lithuanian language contains some characters foreign to the English language. I have two issues: 1....
Is there an Outlook setting that will cause the reminders to be poped up for emails that have the follow-up flag set with a date when the email is in a...
You have Ken software: http://www.slovaktech.com/extendedreminders.htm Ricardo Silva - Outlook MVP Rsoutlook Hide Fax (http://www.rsoutlook.com/us/rshifa.htm) ...
If you want to spend time seeking for information, or coding your own solution, you may find it easier to buy an add-in... Also you asked for a Outlook...
Hi everyone, I am writing an Outlook App using VBA. I need to import Calender and
Contact items from .vcf/.vcs files on the file system. I have searched...
My article at http://www.exchangeadmin.com/articles/index.cfm?articleid=26508 shows how to do this by running the file, then using the resulting Inspector...
Sue Mosher
sue@...
Mar 3, 2004 5:18 pm
23035
How did you get this on an outlook form? Thanks Gavin... ... this ... http://www.outlookcode.com/d/datepick.htm ... cant ... - ... -...
Open form in design mode, open "Toolbox" window, choose "Custom controls...", find and select Micfosoft Date and Time picker... ... From: gavinross2003...
I'm new to outlook. I'm using outlook 2003. I'm writing a macro that I would like to have sleep() for some number of seconds. Unfortunately, I cann't find a...
Hi, File MSCOMCT2.OCX has exist and be registered on your computer. Vaidas ... From: gavinross2003 [mailto:gross@...] Sent: 2004 m. kovo 4 d. 00:40 To:...
You could use something like this ? set fso = CreateObject("WScript.Shell") fso.AppActivate "outlook" Wscript.sleep 5000 Ricardo Silva - Outlook MVP Rsoutlook...
Dear Members, I am looking for a form that my client can send out to all her staff, and get them to update their personal and contact details as listed in the...