| Thread | Last Post | Replies |
|
| Setting Calendar Labels | 21 Sep 2003 20:47 GMT | 1 |
Can someone please help get me started in the right direction with an Outlook macro. I am actually an Excel VBA programmer, and not very proficient in Outlook VBA. What I'm hoping to be able to do is scan my Calendar folder
|
| Find Duplicates Values in an array? | 21 Sep 2003 14:49 GMT | 4 |
How can I loop through an array and put unique values in to a separate array. I know how to redim preserve the 2nd array, but how can I assure the 2nd array will not contain duplicates? I basically want like the results of a SELECT DISTINCT sql query. I considered putting the ...
|
| Sending Emails--Uregtn Help !!! | 21 Sep 2003 14:17 GMT | 1 |
I need urgent help on this..I am creating a application which user MIcrosoft Outlook(Corporate Edition) to send emails......I want to send emails without Outlook being open...Is there any way to do it.I tried MAPI controls even api functions like mapilogon and others.It is
|
| Accessing Multiple Inboxes w/ Session.Infostore Object | 21 Sep 2003 00:27 GMT | 1 |
I am trying to access multiple inboxes through my profile using the session.infostore object so that I can set a message filter on the inbox to determine the daily number of emails received. I am having difficult associating an inbox folder for a given infostore to set the message ...
|
| How to tell where a mailtiem ended up after the rules wizard runs | 18 Sep 2003 19:37 GMT | 1 |
In VBA I get a notification of a new mailitem and I can tell it is in the inbox because the mailitem.parent="Inbox". In the code, I put in a pause (while,doevents) and then query the .parent property. I know the item is now in another folder, I can browse for it in outlook. The ...
|
| HowTo:Get email in completely raw format? | 18 Sep 2003 13:03 GMT | 4 |
I am writing an Outlook addin that needs to be able to read all parts of the email message in its raw format, i.e. content/mime types/headers etc. Probably as string. The result should look something similar to when you save a message as a .eml in outlook express or when you use ...
|
| Bypassing "Check Spelling" before send ? | 17 Sep 2003 23:19 GMT | 2 |
Below is code that I am using to automate forwarding messages to our "junk box". It is working perfect unless a user has "Check spelling before send" option enabled.
|
| Easy Way to create vCard? | 17 Sep 2003 21:16 GMT | 1 |
I'm looking for a way programmatically to create a vCard for a Contact. Then I want to send the contents of the vCard to a COM object I wrote. Do I have to build it myself, or is there a quick function to do it for me? Thanks,
|
| Object Libraries | 17 Sep 2003 14:59 GMT | 1 |
I am looking for the file names for some of the MS Outlook Object Libraries. I have the file for Outlook 2000 (msoutl9.olb). I do not want to assume but I am hoping someone can tell me the file names for the various
|
| Copy my Appointment to Public Calender | 17 Sep 2003 14:42 GMT | 1 |
I am trying to do the following: When creating an appointment in my Private Calendar, Ask if to copy the Appointment to a Public Calendar. If so then create an appointment copying specific fields across.
|
| templates | 17 Sep 2003 14:39 GMT | 1 |
Is there a way to make invoices and quotaion templates part of outlook?
|
| Making "Subject:" required | 17 Sep 2003 14:38 GMT | 1 |
Is there a way to make the "Subject:" field of a new message required in Outlook 2002, or at least display a warning when one attempts to send a message without entering something there?
|
| Event on another person's calender | 17 Sep 2003 14:36 GMT | 1 |
I have the following problem. Is there a way to trigger the changes i make in my outlook instance in another person's calender. It's possible to trigger mine, but not when i open the calender of someone else.
|
| AttchmentRead | 17 Sep 2003 14:35 GMT | 1 |
Using Outlook 2000 Mission: Go through designated mail folder, open Excel attachment and copy certain cells to text file for upload to ERP.
|
| Problem with GetMessage on other mailboxes. | 17 Sep 2003 13:09 GMT | 1 |
I appologize for the length of this post - but it is the easiest way to get the message across. I am trying to use some VBA code in Outlook XP to get the senders SMTP address. The code works
|