| Thread | Last Post | Replies |
|
| Temporarily Disable Auto-Signature | 18 Oct 2007 19:53 GMT | 2 |
Hello, I am trying to write a little client macro that will intercept incoming emails to a group mail-box, log them in a database and send back a simple acknowledgement reply. I’ve got it working, but with one irritation. When I create the reply using
|
| update xheader of received message | 18 Oct 2007 17:58 GMT | 5 |
I've added xheader(Matter) to message using Redemption.Now On receving end I extract my xheader using redemption(by means of PR_TRANSPORT_MESSAGE_HEADERS) & display the
|
| vba to convert outlook msg's to PDF | 18 Oct 2007 05:36 GMT | 1 |
I have been looking for a VBA script to convert incoming msg's to PDF in outlook. I have PDF maker installed but i want to automate the process. Regards,
|
| Opening Outlook from Access | 18 Oct 2007 04:44 GMT | 1 |
I am trying to send an email with an attachment from Access 2007. I ran into problems with getObject and createObject. The object is "Nothing" even if Outlook is open. To try and isolate the problem, I created a new database to do some testing with the following module
|
| form region not shown properly | 17 Oct 2007 21:09 GMT | 4 |
I've added form region to compose message.It is shown as adjoining but sometimes some extra space is being shown between controls on form region(2-3 extra rows).when i open the ofs file,I see the controls are placed properly with no extra space between them.from where then these
|
| SMTP Settings | 17 Oct 2007 15:50 GMT | 4 |
How can I determine my SMTP Settings? I don't have full administrative rights on my own PC.
|
| limited outlook 2003 mapi connections? | 16 Oct 2007 21:35 GMT | 8 |
I have a VB Script which will use default profile to search user mailbox. It works fine but stopped after accessing 70 mailboxes. Then it pops up a screen like the first time you launch Outlook without any profile, asking for Exchange server and mailbox name, etc. But if you ...
|
| how to programmatically change default account | 16 Oct 2007 05:54 GMT | 3 |
Two questions on a macro: (1) I have two separate e-mail accounts in Outlook 2003. I use an Outlook object in a Word macro to send messages which are originally generated from a Word file. Before I do this, I manually set the default to the 2nd account I
|
| Can this be done through VBA-code | 15 Oct 2007 21:55 GMT | 2 |
Is it possible to retract let's say a mail through VBA. In addition to that I have three options the usual ones; tasks, appointments and mail. I add a record in an Access database and automate through Outlook. Works like a charm (thanks Ken..). Now if I wanted to cancel the ...
|
| open event problem | 15 Oct 2007 20:25 GMT | 6 |
Hi, I made a function which handles the open event for a mailitem Seems to work pretty well, but now that I look closely, I found out that it's not working that well.
|
| Outlook 2007 - Error Inserting Text into Received E-mail | 15 Oct 2007 19:43 GMT | 4 |
I have a VBA macro for handling e-mail attachments in Outlook 2007 (based on the version from Nicola Delfino). The macro saves any attachments in an e-mail highlighted in the Inbox, then deletes them, and finally adds a line of text into the original e-mail with the path where ...
|
| Custom view is not working | 15 Oct 2007 15:24 GMT | 3 |
I am creating custom view. Following is my code snippet of one of my commandbar button. '------------------------------------------------------------------------------------------------------------------- myView = CustomPublicFolder.Views("By Company")
|
| Out Look Express | 15 Oct 2007 15:18 GMT | 1 |
I am using out look express fro sending mail. I want to send mails from Excel through VBA code. Please guide me how I can use outllok express for sending mail other than send mail method. Becouse in send mail method only i can attach the file and
|
| Macro creation involving rules off/on | 15 Oct 2007 14:47 GMT | 1 |
First let me say I am not a programmer, I use rules and I have used Macros before in Word and Excel. I am trying to create a macro that will turn off all my rules and then a macro that will turn on my rules. I have a lot of rules and it is time consuming to turnon/off each rule ...
|
| MailItem.To = 'John' instead of john@gmail.com | 14 Oct 2007 00:05 GMT | 3 |
I am creating a filter which uses the To and CC property to sort mails. Unfortunately many mails contain the name (eg. 'John Smith') instead of the email address (eg. john.smith@gmail.com) in the To or CC
|