| Thread | Last Post | Replies |
|
| Script or VBA to Export Public Folder 'Company Contacts' | 22 Aug 2007 15:15 GMT | 5 |
As part of a disaster recovery plan we're implementing, I need to export our MS Exchange Public Folder "Company Contacts", zip it, and email it to a backup email address. Can anyone guide me in programming this so that I don't have to do it
|
| How do I get the *NEW* EntryID after I delete a message from my In | 22 Aug 2007 08:06 GMT | 2 |
Hi ... Glad that I found you folks. I am trying to do some automation with MyLifeOrganized and Outlook. Basically, I want to delete a message in my Inbox and get the new EntryID (which changes when a message moves folders, of course) and save that new
|
| VBA Script to save emails to my hard disk | 21 Aug 2007 23:46 GMT | 5 |
I have recently moved jobs, and at my old place we had a button in oulook running a vba macro to file emails in msg to the servers hard disk. Unfortunatly I was unable to take he script with me. On the local HD there were txt files containing the following:-
|
| Impersonate user on logon with redemption | 21 Aug 2007 22:14 GMT | 2 |
Is it possible to impersonate another user(say the administrator) using the redemption logon Is the syntax below correct ? set Session = CreateObject("Redemption.RDOSession")
|
| Send emails through outlook 2007 | 21 Aug 2007 20:46 GMT | 6 |
I have a word doc that can generate emails and send out them through outlook. it works fine when I use outlook 2003(I chose yes when the outlook security asked me if I want to send mail). but after I upgrade to office 2007, even after I select "allow" on security
|
| Copying/Moving/Saving an Embedded/Attached Message to a Mail Folder | 21 Aug 2007 19:46 GMT | 1 |
I receive mail where a message is embedded/attached*. Normally, I'd open the (parent) message (in a folder other than Inbox) and drag the attachment to a folder (also other than Inbox), then mark it as Unread.
|
| Help with Saving Attachment with VBA from Rules | 21 Aug 2007 14:16 GMT | 4 |
I need some assistance creating a VBA that will save an attachment from a message via Outlook Rules. I have read all the posts, and various links to web pages with save attachments code, and still can't figure it out. I think much of the code I saw was more complex than I
|
| Outlook 2007 - enable macros in VBAproject.OTM | 21 Aug 2007 08:27 GMT | 1 |
Just installed Office 2007. In Outlook 2003 I had a macro that ran on startup. This does not happen in new Outlook. Attempt to run macro directly, get "the macros in this project are disabled". Even tried the Trust Centre 'run anything' option - no joy
|
| Need help with MapiTable and EntryID/StoreID | 20 Aug 2007 07:29 GMT | 29 |
I did my first steps with MapiTable and it seems to be simple to handle but this code does not work: Sub MapiTableTest() Dim objFolder As Outlook.MAPIFolder
|
| Launch multiple Outlook instances as different users. | 17 Aug 2007 02:22 GMT | 2 |
I am trying to automate testing (at least partially) of an Outlook Add-In. The trick is that I am trying to run Outlook under a different user account (to access the test mailbox on our Exchange server). Here is what I'm doing (this is all in C):
|
| Mapping GAL entry to AD properties | 17 Aug 2007 02:05 GMT | 1 |
I have an app that runs in Outlook and allows the user to retrieve recipients via the GAL. (I'm using Redemption to do this.) So far I have been using the EntryID as a unique identifier for a mailbox; however, I gather this property is not static so I'm wondering how best to ...
|
| i am not able to print meeting item through Process | 17 Aug 2007 02:00 GMT | 1 |
i am using redemption for outlook automation, while a i am saving and printing mail items i am not able to print meeting , but i have saved this item as msg file
|
| Need a VBA to change Category of all email in my inbox | 16 Aug 2007 19:01 GMT | 6 |
I am trying to create a process that allows me to only see new emails when I want to process them. I am unable to work offline at work as when I try to do this I am not able to even open my outlook. So I have thought of an alternative.
|
| setting outlook language | 16 Aug 2007 14:32 GMT | 1 |
I have created a code in VB to sort on Received. olInbox.Items.Sort (["Received"]) The problem is that we have different machine with different languages in Outlook.
|
| Code to prompt for browsing Outlook Folders | 16 Aug 2007 11:16 GMT | 4 |
I want to be able to click a button that will initiate a folder browser in Outlook and then save the selected folder's EntryID etc. to a variable. All I think I need is to know how to get the prompt to browse and I can probably figure out the rest.
|