| Thread | Last Post | Replies |
|
| include data from active directory in mail | 08 Feb 2005 22:40 GMT | 2 |
is it possible to add Name, Address (and other stuff out of the Active Directory) to mails? I want to program something that automatically adds a kind of signature...
|
| Change subject in out of office assistant | 08 Feb 2005 19:24 GMT | 4 |
I want to use Out of Office Assistant as an autoreply for job seeking candidates. When the candidate submits their resume to my specific email box, I want to immediately bounce back an email acknowledging receipt, etc. However, I don't want to tell them I'm out of the office, I ...
|
| How to flush outlooks open connection | 08 Feb 2005 16:59 GMT | 7 |
Is there a way to flush outlooks cache? I'm adding a lot of contacts in a public folder, then I want to close outlook, but flush its write cache or whatever it is first. Using olNamespace.logoff and olApp.Quit does not flush these caches. Is
|
| How to modify Navigation pane buttons | 08 Feb 2005 12:08 GMT | 2 |
Is there any mechanism to add custom buttons that invoke an external application (or switch windows to open application) from the buttons at the bottom of the Navigation pane in Outlook 2003 - i.e. add "Sales Collateral" between Contacts and Tasks.
|
| Importing addresses from Public Folders generate error | 08 Feb 2005 11:04 GMT | 2 |
I import emailaddresses from Outlook in my application. This addresses are stored in Contact Item Folders. When this folders are stored in my personal folder I have no problems. But when they are stored in the Public Folder, I receive errors after a while. I can import a number ...
|
| Preventing multiple instances of commandbar button during COM add-in startup | 08 Feb 2005 09:30 GMT | 2 |
I had posted a question regarding packaging of a Outlook macro. Taking Sue Mosher's suggestion, I have now packaged it as a COM addin. The setting for the load behaviour of my add in is "Startup". I have taken the following code from MSDN article (
|
| Hyperlink inside Journal body to file on system? | 08 Feb 2005 06:38 GMT | 2 |
I'd like to insert a hyperlink inside the body of a journal to a file on the users system. If I type this (see below) it automatically links to google. myitem.Body = "http://www.google.com"
|
| depolyment | 07 Feb 2005 23:58 GMT | 4 |
how can i automate adding of outlook macro for 20 machines on the network ? thanks
|
| identifying a message | 07 Feb 2005 23:45 GMT | 7 |
how can i check if an email is in rtf or html format using vba ? thanks
|
| pb for finding DistListItem | 07 Feb 2005 15:22 GMT | 1 |
When i execute this sFilter = "[Name] = '_LD_TEST'" Set FDistListItem = FFolderContact.Items.Restrict(sFilter) If FDistListItem Is Nothing Then
|
| Outlook Appointment system | 07 Feb 2005 06:39 GMT | 1 |
I am trying to create a appointment system using Outlook and a LCD that will be mounted outside an office door. I will be using a LCD with a RS232 connection which will communicate via Hyperterminal.
|
| outlook 2003 View Macro | 07 Feb 2005 05:39 GMT | 1 |
Ok i am new to outlook vba. I am trying to find info on how to change the calanders view. Back to the month view instead of the find text view. I have never writen any vba for outlook and am looking for some to shoot my direction. This macro is going to be assigned to a button
|
| Send Event Handling | 07 Feb 2005 05:32 GMT | 1 |
I need to capture the send event of the Outlook and append a message to the end of the Body(Similar to disclaimer) Thanks Satya
|
| Run-time error '-2147467259 (80004005)' | 05 Feb 2005 08:11 GMT | 3 |
i have got a pop-up error message "Run-time error '-2147467259 (80004005)' The operation failed. when i run this macro in outlook. pls help. thanks
|
| delete words in a string | 05 Feb 2005 05:45 GMT | 3 |
how can i delete the first 10 characters in a string of the sublject field? eg. "123456789 This is a test" becomes "This is a test"
|