| Thread | Last Post | Replies |
|
| Pickfolder, modOpenSaveFile, clsCommonDialog | 28 Feb 2010 19:33 GMT | 3 |
Hi,all I have a need to obtain a copy of a file that is contained in a folder (say hold) in my personal folder structure of outlook. The file would then be transferred to a folder in my access file structure so that I can utilise it
|
| create auto number field in task form | 28 Feb 2010 10:09 GMT | 4 |
I’m trying to create a textbox field on a task form-Outlook 2003- and every time I open the task or click on txtbox , the number in it incremented by 1 like a serial number for the tasks.
|
| Auto-reply with macro whether logged in to outlook or not | 26 Feb 2010 20:34 GMT | 2 |
I currently have a macro that I want to run whenever I recieve a new mail message. Currently it runs under the Application_NewMail. This works when outlook is on and logged in but how can I have it run on incoming emails when I am logged off. Any help is appreciated. I have look ...
|
| automate email message on Outlook Calendar notification alerts? | 26 Feb 2010 14:14 GMT | 1 |
We recently changed our email client, from Groupwise to Outlook 2007. One option we had with Groupwise, and not Outlook by default, was to send an email (or specifically, pager, in this case) with the alert notifications. Has someone done anything similar to this, with vba code ...
|
| Restrict method question on email. What am I doing wrong? | 25 Feb 2010 22:16 GMT | 2 |
I'm not getting a subroutine to return the correct counts based on using the Restrict method. Is it because I am passing the wrong date format? If I pass a comparison: Received >= Date1 And < Date2, I get all recs greater/equal date1.
|
| Sending e-mail from other account | 25 Feb 2010 18:05 GMT | 1 |
I'm writing a VBA function that creates a MailItem object, attaches a PDF file and sends it to an e-mail adres. It works so far. But now I want to use another account to send the e-mail by setting an Account object to the SendUsingAccount property. So my default/login account
|
| Help - VB Macro no longer work | 25 Feb 2010 16:13 GMT | 5 |
I use Outlook 2007 on a single computer (i.e. not Exchange) and have been using a VB macro for years without a problem. I rebooted today, restarted Outlook and the macro is no longer working. Nothing in my setup has changed at all. When I go to the VB Editor, the error I'm
|
| Listing Calendar entries | 25 Feb 2010 15:10 GMT | 2 |
I am not at all familiar with the outlook object model, but am interested in listing out the calendar entries in my calendar that are full day events. I'd like to determine if I have them set for Busy or Free or something else? Can someone direct me to some sample code to do ...
|
| Userproperty question | 25 Feb 2010 14:25 GMT | 1 |
If I don't want to process certain emails is an Inbox folder, is one method of doing so while scanning the folder's emails is to check the value of a userproperty? For example, if the property doesn't exist, process it and add the userproperty else skip?
|
| CreateObject(), GetObject() question | 24 Feb 2010 18:05 GMT | 8 |
I have the following sub Sub test() 'it doesn't matter which of these I use. Dim olApp As Object
|
| custom task to Word template | 24 Feb 2010 17:18 GMT | - |
I populate Word templates from my custom task form via code. Works great, but, from Word, you hit "Send a Copy" instead of just "Send" and it doesn't automatically close the file like an e-mail would. Instead, I'd like to automatically generate an e-mail with bookmarks just
|
| Select Names Dialog Box | 24 Feb 2010 16:52 GMT | 16 |
Could someone help with the following? I am using Access 2003 with outlook 2003 and all I need to do is open outlook and for it to display the Select Names Dialog Box ( it would be nice to open outlook if it was closed) no more than that. Hence I am now after
|
| Auto numbering custom field | 24 Feb 2010 12:16 GMT | - |
Im trying to create a custom field -textbox- on outlook 2003 task form. and every time i open the task or click on the textbox, i need the value of the textbox to be incremented by 1 (as serial numbering for the tasks) if you can show me the vbscript to do that i'd be greatful.
|
| Auto enter subject line in outlook? | 24 Feb 2010 08:12 GMT | 1 |
is it possible to have the subject bar filled in automatically from words in the message body itself? message in brackets[] [Eg. Subject:Appointment at 1215 on 5 may 2010
|
| Pickfolder question | 24 Feb 2010 04:52 GMT | 6 |
If I run Set olfolder = olapp.GetNamespace("MAPI").PickFolder and select a folder, the TypeName is always "MAPIFolder". Is there a property or method to determine if it's an inbox item and not a contact
|