| Thread | Last Post | Replies |
|
| VBA access to controlelement in a form | 17 Jul 2007 18:22 GMT | 3 |
i adapted the form for contact and provided therein a drop-down control. This drop-down control has given values. The new Contact-Form is assigned to all contacts. I would like to access now by VBA (from Word) the drop down element.
|
| Searching GAL for telephone number | 17 Jul 2007 18:06 GMT | 4 |
i would like to search the outlook address book (not contacts) of a running outlook instance (exchange-session etc established) for an user with a given telephone number but am a bit overwhelmed by the many api's around. nonetheless, by reading documentation i could not find a ...
|
| Mass changing Task Due Dates | 17 Jul 2007 16:10 GMT | 3 |
Is there a way to mass change task due dates? I generally have several tasks due today. However, I may only fully complete one or two of them. I want to mass change the others so that they are changed to the next day, next week, etc., without going into each one individually.
|
| Modify and delete outlook tasks | 17 Jul 2007 14:30 GMT | 3 |
using excel VBA I send task planning to my colleagues. Sometimes I need to update the task or to delete it but i'm not able. My code lines are: -----
|
| Using a Rule to Clear a Flag for a specific message | 17 Jul 2007 06:28 GMT | 1 |
Hello, I'm trying to setup a rule that will cause a flag to be cleared on a sperate message when a new specificially formatted message is received. Basically I will be sending an email which will state: Shipment History Request for 12345678. I CC myself on that message and it ...
|
| How can I use 'OR' in a rule | 17 Jul 2007 02:19 GMT | 1 |
I am using rules in Outlook 2000 to drive applicable emails to an 'Orders' folder' If the subject has 'New Order', I send it to the Orders file. It works fine.
|
| >> Recipients.add | 16 Jul 2007 21:32 GMT | 2 |
Hi, I want to create a distribution list from contacts listed in MS Access. I can create the distribution list contact item and fill with recipients so that their name is actually their email address. Unfortunitely this is not user friendly to review when compared with having
|
| No signatre sending email from another app | 16 Jul 2007 20:37 GMT | 2 |
When an email is started from another program besides outlook it does not contain the signature. Does anyone have any ideas for creating an email with the signature when it is started from Adobe or another app? Thanks
|
| Alternate Solution | 16 Jul 2007 19:55 GMT | 1 |
Hello Sue, I hate to bug into someone else' Post but when I read it you mentioned that there is another solution to retain an attachment within a Reply Email. Can you please let me know what that is? I have been searching
|
| Reading configure info | 14 Jul 2007 22:08 GMT | 1 |
Is there a way to read the Outlook configure info using VBA, e.g., I need to get the Incoming mail server (POP3), Outgoing mail server (SMTP) that is filled in on the options screen? Many thanks for any info on this,
|
| Does Outlook have a MouseOver property? | 13 Jul 2007 06:16 GMT | 1 |
For the longest time I have wanted to add additional notes to my emails that can only be viewed by me for future reference. I've come up with a solution that I really like so far but I'm wondering if I can make some enhancements to it.
|
| How does one find out that an item is deleted? (all Outlook Versio | 13 Jul 2007 05:10 GMT | 2 |
I know I must be missing something really obvious, but how does one programatically find out if a particular item has been deleted? For example, I retrieve my items in Outlook in the following manner: gOutlookItem = gOutlookNamespace.GetItemFromID(strEntryID, strStoreID)
|
| Outlook 'Conflicts' collection | 12 Jul 2007 21:17 GMT | 1 |
I've just spent a day messing around with Outlook conflicts trying to find a way to track and resolve them progamattically. I was using Outlook 2003 and Outlook 2007 to generate the conflict messages on a contact item in a public folder. The item.isconflict (boolean) flag seems ...
|
| How to prevent text cursor from getting out of a text box on an Outlook 2003 form? | 12 Jul 2007 17:32 GMT | 1 |
Hello to all, I have a large text box on a form that is surrounded by other objects. It's usual users typing text inside this text box and use the keyboard cursor to navigate through the text. The problem is that when they
|
| Excel and Outlook | 12 Jul 2007 16:26 GMT | 1 |
Hi all, I am trying to automate the following procedure, but I have no clue as how to do it. Could you please advise?
|