| Thread | Last Post | Replies |
|
| Outlook Appointments | 30 Sep 2006 22:52 GMT | 2 |
I need to read all the appointments for the currently focused day into variables for use in a 3rd party adaptive-access application. Where would I find examples of doing this? What I need to do is retrieve the appointment properties for each appointment within the current day the ...
|
| Enabling VBA macros in Outlook 2007 | 30 Sep 2006 09:56 GMT | 2 |
On installing Office 2007 Beta 2 the macros from Office 2003 appear under the Tools Macros menu. They will not run and bring up a message "Macros are disabled". Enabling the macros from the security centre does not fix this. Do I have to tick the "install VBA" in the Setup ...
|
| Default tab | 30 Sep 2006 00:49 GMT | 1 |
I have 5 tabs in my task. Is there a way to programatically default to one of the tabs instead of the first one?
|
| Printer | 29 Sep 2006 22:29 GMT | 1 |
I use this code to set the active printer. objDoc.Application.ActivePrinter It works if the printer is local, but not if it's a network printer. Is the code different for network printer?
|
| Working with Mapi Profiles | 29 Sep 2006 22:26 GMT | 4 |
I have two questions regarding programming with MAPI and Outlook. First of all - when using MAPI, how does it determine which outlook profile to use? And, can you use MAPI controls when you do not have Exchange Server running? I have a program that is putting out the email ...
|
| Application_Reminder Problem | 29 Sep 2006 20:25 GMT | 2 |
I wrote a Application_Reminder Routine that sends an email if the tasks that fires this event has a certain subject. When i have two or more Tasks at the same day the reminder pops up and lists the different Items inside this reminder window. So far, so good, but how could my
|
| VB: Export in msg format | 29 Sep 2006 16:08 GMT | 3 |
I wonder, if it´s possible to create an "msg" File out of a VB Scripting project. Background: The script gets e-Mail messages via POP3 in different formats (HTML, Text only, with or w/o attachments ...) and generates a workflow. At the end of this process, the mail should be
|
| Macro from MS Access to e-mail Report hangs | 29 Sep 2006 14:02 GMT | 3 |
I run a macro in Access that outputs a report (.snp) which is then e-mailed. In previous versions of Outlook, this worked fine. In 2003, a message is displayed "A program is trying to automatically send an e-mail message using Microsoft Visual Application (VBA) command, Item ...
|
| CSV Import Issue (Newbie) | 29 Sep 2006 13:02 GMT | 3 |
The routine below is used to import the contents of several files and paste those contents into a worksheet. All worked fine until the source files changed from tab delimited to CSV files (nothing I can do about the change). I changed two lines of code to recognize .csv file ...
|
| Print an Outlook mail to file | 29 Sep 2006 08:25 GMT | 5 |
is there a possibility to print a mail from Outlook 2003 directly to file? I' m trying to generate a pdf document from the mail via the FreePdf XP printer (see: http://www.freepdfxp.de). In Word I can name a target file which to print into, but with Outlook I am lost.
|
| How to move focus/selection to a particular contact/item in Explor | 28 Sep 2006 23:31 GMT | 1 |
I have extended the Contacts Explorer with a sub-pane that collects data. As soon as the user selects another contact from the contact's explorer (phone list view), the data is then saved for the previously selected contact. If there is an error in the data, I either want to
|
| Picture-Property outside an application not possible? | 28 Sep 2006 20:35 GMT | 2 |
Hello together, I want to load a own picture to an CommandBarButton outside the application where it ist used. For example: I try to create a button in word from excel vba. To do this I set a reference to word. Here ist the
|
| VBA Question? | 28 Sep 2006 18:32 GMT | 1 |
I am using Outlook 2003; can I use vba to retrieve, modify and re-write an appointment in the calendar? Thanks in advance for offering to help, Ralph Fraley
|
| Create a new store - where is it? | 28 Sep 2006 14:22 GMT | 3 |
Using C# I have a valid NameSpaceClass. I use AddStore (<path>) to add a store. How can I then go and find the store? I can look in the NameSpaceClass.Folders Collection and search for it, but
|
| validation help required | 28 Sep 2006 14:21 GMT | 3 |
In my form I have a set of radio buttons all bound to the same field, obviously having different values. I have scripted checkboxes/text fields related to these radio buttons to appear (using visibility) if a particular value is set to true. Now what I
|