| Thread | Last Post | Replies |
|
| Access Automation | 09 Mar 2008 23:54 GMT | 3 |
What is the Outlook method to add an Access Unbound textbox (used for a "message") in automation. I have.... Dim Outl As Outlook.Application, MyMail As Outlook.MailItem, N$
|
| Move appears to copy | 07 Mar 2008 20:51 GMT | 2 |
I'm guessing the answer to this has to do with some sort of timing, but I can't figure it out. I have 2 rules on my Inbox. 1) Rule #1 moves mail messages to a PST having a folder _Inbox
|
| Macros | 07 Mar 2008 20:09 GMT | 1 |
I am using Microsoft FrontPage 2003 on my website and use several forms, three of the forms submitted include the users E-Mail address. All the forms are sent to my MS Outlook 2007 inbox. What I would like to do is on the three forms that include users E-Mail addresses that ...
|
| which files to put under souce control | 07 Mar 2008 17:26 GMT | 3 |
here is the list of files in outlook folder. which files should i put under source control so i can save my code. 06/03/2008 05:56 AM 7,229 outcmd.dat 29/02/2008 09:26 PM 189,452 Outlook.NK2
|
| Configure Reading Pane | 07 Mar 2008 15:45 GMT | 6 |
I am trying to put together a Macro to enumerate all folders in my profile and turn off the Reading Pane for each folder. I have everything working except the turning off thepane.
|
| Programmatically sent mail is delivered but copy in DRAFTS not SEN | 07 Mar 2008 14:35 GMT | 2 |
I recently upgraded from Outlook 2003 to 2007 and am in an Exchange Server environment. I THINK it was when I upgraded that any mail I send programmatically isn't getting put in the SENT folder correctly. Rather, there is a copy in the DRAFTS folder.
|
| How to close a contact | 07 Mar 2008 14:23 GMT | 3 |
I click on a contact and it opens in the normal form I've added a button on the toolbar that I click which copies the contacts address, and opens a new word document. I'd also like it to go ahead and close that contact form, (close and save,
|
| Printing | 07 Mar 2008 13:24 GMT | 6 |
How can i print the text contained in a label in a form? Thanks
|
| Possible to Create Reminder without Appointment? | 07 Mar 2008 00:54 GMT | 4 |
I'm trying to figure out if it's possible to create a reminder without an associated appointment. The only references I can find to creating reminders refer to using the SetReminder option on an AppointmentItem. The Outlook Object Model Reference doesn't help much
|
| create rule in out of office | 07 Mar 2008 00:07 GMT | 1 |
somebody known how i can create rule in my out of office with VBA outlook 2003 windows xp and the mail server is echange 2003 but i haven't got the administrator righ
|
| error popup coming unnecessarily | 06 Mar 2008 13:57 GMT | 1 |
I have a fully working code but for some reason it still triggers the err block. can someone tell me why. I get a msgbox with Error 0 in it. i thoght that they get triggered only if there is a error. Sub MovePastDate2Today()
|
| what reference do i need. why error | 06 Mar 2008 11:01 GMT | 2 |
get the following error and am stuck, compile error sub or function not defined. not sure what to do to fix it. Sub MovePastDate2Today() Dim t As TaskItem
|
| Code to start Word | 06 Mar 2008 05:30 GMT | 1 |
Would there be vba code that I could assign to a command button that would open word to create a new word document via the template strMyTemplate? thanks, Southern@Heart
|
| send attachment from outlook automatically | 05 Mar 2008 21:25 GMT | 2 |
I have a macro in Excel to update data, then email the updated file to people on the distribution list. The problem is once the macro is ran, it popup a screen asking whether it is ok to send the email out (must be a security reason in outlook?). I want to put in the code to by ...
|
| Outlook security "aprogram is trying to access.." | 05 Mar 2008 21:22 GMT | 4 |
Hi, I am using word vba to automate sending an email with a hyperlink in the body. When I added the coding to include the signature the security setting is triggered. Code is below. Is there a workaround or solution I am missing?
|