| Thread | Last Post | Replies |
|
| Set Send Receive Setting using code or PRF | 01 Oct 2008 00:25 GMT | 3 |
Hi I have been trying to find away to set the send recieve setting for outlook using code or a PRF file but so far have not been able to get close. Is there anyone who knows of a way to do this?
|
| how to stop emails from being sent in outlook via code | 29 Sep 2008 21:48 GMT | 2 |
I would like to control when emails get sent from Outlook. For instance, when a user clicks send, some code needs to run. If the result of the code that runs is acceptable, the email gets sent, otherwise the message remains in the outbox. So I guess the event I
|
| Good links for learning vba for MS outlook | 29 Sep 2008 14:53 GMT | 3 |
With the help of this forum i can now do good coding in excel and access. Could somebody help me with a very good link to start with coding in MS outlook. I have not done any coding in MS outlook till date. I did a google but got only advanced codes. Please help me so that i can
|
| save attachments | 29 Sep 2008 14:20 GMT | 1 |
HG, The rules wizard (Outlook Office 2000) couldn't help me with this: An incoming message from a specific sender always has an attachment. I want to auto-save these attachments to a specific folder.
|
| Get the date and time when a contact have been added in Outlook | 29 Sep 2008 14:15 GMT | 1 |
I want to synchronise my software database with outlook. Is there an easy way to create a function to get the date and time when a contact have been added in Outlook to compare with mine Please, can anyone out there lend me a hand?
|
| Retrieve document variable from attached Word document | 29 Sep 2008 12:30 GMT | 1 |
I receive mails with attached Word documents which been "given" a document variable. This variable contains the full path name of the original file. I want to grab this variable, change it to the full path name of an (existing) directory and save it. I want to do this from ...
|
| How to programatically open Outlook folder list | 29 Sep 2008 12:15 GMT | 8 |
I'm using a Redemption email filtering solution and having problems with emails placed into folders far down the tree. For example, consider Inbox --> Personal --> Finance --> Bank. If the "Personal" folder is collapsed and my Redemption VBA moves an incoming email into the ...
|
| Clean Free Busy Programmatically ? | 26 Sep 2008 22:42 GMT | 7 |
Is there programmatic alternative to the /cleanfreebusy switch?
|
| Auto-reply confirmation email | 26 Sep 2008 21:44 GMT | 3 |
I am looking for some help with setting up the following rule: when mail is received in inbox from "iusr_xxx@xxx.com" with the subject "Email Subject," do the following: -sends reply to the "reply-to" address not the "from" address
|
| Refresh outlook folders after mailAdd event fires | 26 Sep 2008 21:31 GMT | 4 |
I have developed an add in(plug in) for Outlook 2003 using VSTO and c# .net 2005. The addin captures all incoming emails and processes them. As they are processed, I update
|
| event after marking a mail with a colorflag? | 26 Sep 2008 14:39 GMT | 1 |
is there a possibility to move a mail automatically into another folder if you mark it with a colour? i thought about an event for marking emails, but i dunno if this exists. im pleased with every hint and trick.
|
| Cycling through every Email in a Folder and Appending data To a Text File | 25 Sep 2008 20:12 GMT | 2 |
I am using the following code to cycle through every email in a specific folder and then parse data to a text file. The code skips emails though. In the middle of the code, you will see a line that says 'MsgBox MyItems.Count'. This returns the correct number of items
|
| How do you run a function in Outlook? | 25 Sep 2008 19:25 GMT | 1 |
I have copied a funtion into VB for parsing data, but I have no idea how to actually use/run it. Thank you in advance!
|
| Problem automating Outlook 2007 in VB6 | 24 Sep 2008 23:47 GMT | 3 |
I thought I would try this question here since VBA is very similar to VB6. I have the following code, which worked find in previous versions of Office and Outlook so I am assuming Office 2007 is having a problem with resolving email address. On these two lines I am getting just an ...
|
| Add text to body | 24 Sep 2008 19:56 GMT | 3 |
I'm looking for a way to add specific text to wherever the cursor is inside a body of an email, as a macro that the user will run upon request. Thanks a lot in advance
|