| Thread | Last Post | Replies |
|
| Outlook Add-in issues | 17 Oct 2005 07:30 GMT | 3 |
Hello – I am hoping some of you out there can help me with this one. I will try to be brief… This is a greatly simplified take on what has been going on. The background of the issue:
|
| Outlook 2003 Address Book folders | 16 Oct 2005 21:04 GMT | 2 |
Hi, I've wrote a small program to synchronize sqlserver with outlook address book. I'm a little bit confused becouse: A part of code fold = objFolder.Folders("name")
|
| How do I make a Userform/prompt on top of a send window from senditem event | 15 Oct 2005 09:55 GMT | 1 |
I've scanned newsgroups but can't seem to find answer to this. I'm trying to trap the outlook application senditem in OL2003 using VB 6.3 to prompt for additional details depending on recipient. both the prompt and the userform only appear on top of the application
|
| tasks being renamed when moving to archive folder | 15 Oct 2005 09:41 GMT | 12 |
I use this code to get a single or multiple selection of tasks and then when hitting Delete move them to a folder named "Taken Oud". The problem is that they all get renamed to the same name. What am I doing wrong?
|
| Sub oItem_PropertyChange(ByVal Name As String) doesn't fire | 15 Oct 2005 09:39 GMT | 2 |
I have a problem with my Propertychange function which won't fire when a field has been changed. Public WithEvents oItem As Outlook.Items Sub oItem_PropertyChange(ByVal Name As String)
|
| WebView not set | 14 Oct 2005 21:35 GMT | 1 |
When I create a top level folder and set it's web view on, it works. However, when I create folders under it and set their web view, although the subfolders do get their web URLs in their properties, the little checky that says, "Show home page by default for this folder" is
|
| date | 14 Oct 2005 18:15 GMT | 4 |
I want to set up a rule within the code or within the conditional formatting using SQL to recognize if a date field is 3 business days ago. I don't want to count weekends or holidays. Thank,
|
| save a selected attachment | 14 Oct 2005 14:11 GMT | 1 |
How can I modify the macro below such as to save a selected attachment instead of the first item. (Replace what by what?) Pls help
|
| Save selected attachment to specific folder with specific file name | 14 Oct 2005 13:19 GMT | 1 |
Can anyboby give me a macro which would save a selected attachment to a specific folder & saved as a different file name Eg Attachment file: text.prn saved to c:/print/attachment.xls
|
| How do I access a GoDaddy e-mail account with Outlook? | 14 Oct 2005 12:52 GMT | 1 |
I am using cox cable as my server and trying to use outlook to access my GoDaddy account. Can anyone walk me through this? I have very weak skills with pc's.
|
| Adding "follow-up by" flag to mail sent from Excel | 14 Oct 2005 08:03 GMT | 2 |
I use some Excel VB to send emails to various people. We use Outlook 2000 so there are no security model issues. I'd like to know how to set a "follow-up by" flag on the emails I'm sending as a reminder for people to respond.
|
| Creating a View to look at 2 PST Files | 14 Oct 2005 05:21 GMT | 1 |
I have an active and several archived PST files. I'd like to create a view that filters based on a category name, but includes all the emails across my active and archived PST files. Any thoughts? Programmatically would be ideal.
|
| constructor in VBA | 14 Oct 2005 05:11 GMT | 1 |
I would like to know how to declare the constructor in a class module ? And the destructor in the same way. Thanks. Pierre.
|
| Excel Sheet to Outlook | 13 Oct 2005 16:35 GMT | 2 |
Hello All - I am using the Send_Range code provided by Microsoft to send an Excel worksheet range as an email. This works great, but, because this is always a two-week schedule that is sent, I was hoping I could add options to expire the message "two weeks from today". Any ideas ...
|
| Share outlook macros | 13 Oct 2005 09:36 GMT | 4 |
I need to write (and frequently update) Outlook macros and distribute them over more pc (on a network). Is it possible to store modules (.bas) over a network shared folder? Why is not possible to use macros if Word is configured as preferred mail
|