| Thread | Last Post | Replies |
|
| Importing Task | 30 Jul 2009 18:32 GMT | 3 |
I have a function on MS Access to export data into outlook I would like to move to MS Outlook, so that I can importa data Could you help me to modify it? Function send_data()
|
| Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) | 30 Jul 2009 14:01 GMT | 1 |
I tried to send emails through outlook using vb.net. But i'm getting the following error. Error message Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)). How to solve this error. Its very urgent. Pls give ur ideas. Thanks in advance.
|
| CDO hanging on Logoff | 29 Jul 2009 22:05 GMT | 4 |
I can't figure out why the CDO session is hanging on Logoff for the following code. I've read about the bug here: http://support.microsoft.com/?kbid=177630 I've tried many different variations but the results are the same. It was running fine using the
|
| Extract Subject,Sent From, Message from mailbox to Excel | 29 Jul 2009 21:38 GMT | 5 |
First of all am not sure if this is the right forum for this posting and as a programmer I thought maybe programmatically my issue might be resolved hence the posting. Here is the requirement. We would like to either create/add a add-in
|
| send email when task changes | 29 Jul 2009 20:56 GMT | 3 |
I've setup categories in my task list and shared it with my boss so he can edit them But I want some kind of audit trail. Otherwise I can imagine that on Monday a task is at priority 4. On Tuesday he changes it to priority 1 - I don't
|
| Macro to delete e-mail containing specific texts in the subject | 29 Jul 2009 20:49 GMT | 3 |
I have an Outlook rule that check for incoming mail, when the mail is from dcmonitor, with subject containing "NT Event Security" and mail body containing the words "audit log is cleared", then move the the outlook folder "Audit Log Cleared".
|
| Forward E-mails at Certain Times in Outlook using VBA | 29 Jul 2009 15:46 GMT | 1 |
Forward E-mails at Certain Times in Outlook to cell phone? Any cod would help. I am very familiar with VB coding in EXCEL. Outlook is m new adventure. PLEASE HELP. I have a 10:00 am dedline to give to my boss if this i
|
| Outlook From Field Macro | 29 Jul 2009 09:32 GMT | 4 |
I am trying to create a macro that will automatically populate the 'From' field in an outlook email. I send a lot of email to different departments and use oft. templates. However, as I want the replies to go to the group inbox and not I personal
|
| Access to mailbox programatically | 29 Jul 2009 04:18 GMT | 1 |
This is my situation; i have an application which send some data by email to a group of users using a internal mail address use a delivery notification if for any reason the mail was not send (ex; email does not exist,the domain was false,etc) but all those notifications are saved ...
|
| Delete Event | 29 Jul 2009 01:38 GMT | 2 |
Allo it is possible to intercept events Delete in Contact, Task and Calendar before the item is deleted Tanks
|
| Creating a Task with VBScript | 28 Jul 2009 18:47 GMT | 14 |
Regards. Hi I´m trying to create a task in a custom Contact form in Outlook. I would like that the task appears in the Activities tab, but I only get to create the task in the session, can´t associate with the current contact form.
|
| Move email using the Close event | 28 Jul 2009 07:33 GMT | 11 |
Hi, I made a custom form in Outlook 2003, which I assign to email messages in a certain subfolder of my inbox. Using this form, additional attributes can be assigned to the email. The user must open the mail, make the assignment, save
|
| Outlook Message Rules | 27 Jul 2009 20:23 GMT | 1 |
Is there a way to create a rule to move an inbox item to a folder but only once the message has been read. Thanks, Amy
|
| outlook macro | 27 Jul 2009 20:20 GMT | 1 |
i want to create a macro which will, after every five minutes, check if the all messages in the inbox have been replied or not. whenever i reply to any message, i keep myself in CC. so the macro should get the sender's address from the current message and check if any mail was ...
|
| OutLook Alerts | 25 Jul 2009 20:42 GMT | 3 |
I wrote some code to send emails from a list, but each time I get 3 alerts. the application.displayalerts=false does not work for Outlook. Is there any way to turn off the alerts that a program is trying to send an email from outlook?
|