| Thread | Last Post | Replies |
|
| using redemption VBS | 30 May 2008 23:40 GMT | 2 |
Ok, i have this code in VBA format in an access module that runs perfectly. What it does is extract all items in a .pst file to .msg files. I am converting it to VBS to try to slim some overhead. (Some of the .pst files have hundreds of thousands of mail items in them, and any ...
|
| specify "From" field | 30 May 2008 17:51 GMT | 3 |
Using Outlook 2003. I have access to a shared mail box with the ability to send emails either from either my account or shared account without logging off. There is a “From…” field above “To…” field.
|
| Problem using NewMailEx | 30 May 2008 15:41 GMT | 10 |
We have several users sharing a mailbox using the "Open these additional mailboxes" option. Trouble is even if the VBA code is setup using this configuration the procedure will not fire. If I create a new profile and start outlook directly to this mailbox the sub routine fires ...
|
| Mail Enabled Public Folder | 30 May 2008 06:12 GMT | 1 |
I am running server 2003 enterprise x64 with exchange 2007. I setup couple of public folders and i have a general email address routing mail to public folders based on outlook rules that i have created. There are a few moderators for each PF.
|
| Process E-mail attachements | 29 May 2008 17:46 GMT | 4 |
I have an e-mail with over 300 attachments (.eml format). I would need some serious help to loop through each attachment file Grab the body content and save it as a Text file with a unique filename. Originally I was going to save the eml file and use them but they have the
|
| Starting Outlook | 29 May 2008 16:19 GMT | 2 |
When I start outlook I receive a pop up window askign about COntinueing will run the following SQL command, no name give, Data from yrou database will be added to document do youwish to contnue. I didnt make a SQL not can I find one
|
| Excel path in Outlook | 29 May 2008 14:52 GMT | 5 |
In Excel I use "Application.UserLibraryPath" as part of a path to a file. Is there an equivalent on Outlook that will take me to the same place? I actually want to get to "C:\Documents and Settings\<username>\Application Data\"
|
| Line break in outlook 2007 | 28 May 2008 23:48 GMT | 2 |
How can i add a line break in outlook macro, i thought </p> should work, however it doesnt. thanks david
|
| Export Outlook e-mails to Excel | 28 May 2008 21:10 GMT | 3 |
Is this possible? Right now I've got it set to export to text, which works fine, but I'm having difficulty transferring this to Excel. I've got it to capture the sender and date/time, but not the receiver or subject.
|
| pst file parsing | 28 May 2008 19:20 GMT | 7 |
I just need to navigate through a .pst (actually 109 .pst files) and extract the to:, from:, and cc: field values into a access database. I have the code to process multiple .msg files, so the adaptation should be rather simple. I have redemption, but it seems to only want
|
| AdvancedSearch | 28 May 2008 17:46 GMT | 5 |
The aim of my little macro is to find so email send or received from a specifique domain (ex example.com) . When I look in the deleted items, I use urn:schemas:httpmail:fromemail like '%example.com%'
|
| setting public folder | 28 May 2008 16:29 GMT | 2 |
Hey all, Found some code that either selects the default calendar or allow me to pick a folder Set MyFolder=onNamespace.GetDefaultFolder(9).Items
|
| Problem getting EntryID for attached e-mail in Outlook journal ite | 28 May 2008 02:33 GMT | 11 |
Using Redemption library I can iterate through the list of attachments for every Journal Entry of ‘e-mail message’ type and get EntryId of the message through the EmbeddedMsg property . It works fine for (received) journal entries, but for (send) this property
|
| .Restrict a Contact folder using the LastModificationTime | 28 May 2008 01:43 GMT | 1 |
I'm trying to use the .restrict function in Outlook to find out the latest batch of contacts that have been updated on a contact folder. However, this works if you only use the date. If you use a time with the date, it just does not work.
|
| macro to email calendar | 27 May 2008 00:50 GMT | 1 |
Hey all, I am using Outlook 2007. I have a calendar that includes calendar events from a public folder setup for our office. I am really lousy at
|