| Thread | Last Post | Replies |
|
| Recepient properties (such as department) | 10 Aug 2006 14:55 GMT | 3 |
Hi, I created a small VBA app in Excel that retrieves a list of meeting attendees and their response status. These attendees are always employees and I'm able to resolve the names as I retrieve them. Along with response status I'd like to pull some Outlook Properties such as
|
| How to Open MS Access File | 10 Aug 2006 05:51 GMT | 1 |
Using VBA, how do I open a Microsoft Access file from within Outlook.
|
| Iterating through outloook emails | 10 Aug 2006 05:49 GMT | 1 |
Is there a way to programmatically iterate through all the flagged emails in the inbox as well as in the sentitems folders?
|
| Out of office | 10 Aug 2006 00:54 GMT | 4 |
This is a bit of a re-post. Is it possible to display a form or message box when I click the OK button on the Out of Office Assistant dialog.
|
| macro security | 10 Aug 2006 00:46 GMT | 2 |
I made a couple macros and put buttons for them on my contact form toolbar. Now, the only way I can use these buttons automatically is by having my security set to low. Is there a way I can add my own macros to some kind of "trusted source" and thus still have my security set ...
|
| How to cache other user's calendar info? | 09 Aug 2006 23:19 GMT | 14 |
If I write some code that returns all appointments for Exchange users that have delegated reveiw permissions to me, how should I cache the info so that I only need to return appointment data that has been modified since the last time I checked? I understand how to filter out ...
|
| Redemption's SafeMailItem.SaveAs method yields empty files | 09 Aug 2006 11:29 GMT | 4 |
I work on a VB app that opens .msg files and saves them as either plain text, HTML or RTF files, depending on the message format. To bypass the security prompt in Outlook 2003, I use Outlook Redemption 4.1.0.507. I need to support both Outlook 2000 and 2003.
|
| adresse email du destinataire | 09 Aug 2006 08:07 GMT | 2 |
Bonjour, J'essaie de récupérer l'adresse email du destinataire dans un mail. j'obtiens le nom du destinataire avec la propriété : item.To Mais c'est son adresse amil qui m'intéresse.
|
| Outlook Error | 08 Aug 2006 20:29 GMT | 1 |
Following is the code used to attach an Excel file to an Outlook message. Occassionally, users will click "NO" when they get the outlook message. I would like to put them in a loop that forces them to click "YES" This code works well the first time. When they click "NO" it ...
|
| How to identify item in DistList that's also in Contacts? | 08 Aug 2006 18:09 GMT | 3 |
Outlook 2003 pops up a form when a Distribution List is double-clicked, that shows different icons for those items (members of the List) that are also in the user's Contacts list. How can I programmatically discover that? Is there a property that I can
|
| Save Attachment Using Macro | 08 Aug 2006 15:42 GMT | 3 |
Hi, I have a seperate folder in outlook that receives 3 emails a day, one of which has a .csv attachment with it. I have a macro that looks in my folder, saves the file to my P drive and then places the email in another folder. It all works fine apart from the fact that the file
|
| Dmitry - Outlook Warning | 08 Aug 2006 14:27 GMT | 2 |
Here is the code I am using to send an Outlook message with an attachment to another Outlook box: ActiveWorkbook.SendMail Recipients:="(mailbox name)", Subject:=FileName We have some users who will click "NO" when they get the warning message.
|
| Exchange available - solution using CDO v1.21 | 08 Aug 2006 14:03 GMT | 1 |
VB.NET, requires reference to CDO v1.21 (MAPI) Private Function ExchangePresent() As Boolean Dim sc As MAPI.SessionClass = New MAPI.SessionClass() ' This is a crude logon - I don't do it this way
|
| Why doesn't this code work? | 07 Aug 2006 20:14 GMT | 2 |
I posted the folloing in Access modules newsgroup and received a suggestion to post it in an Outlook newsgroup. Well, here goes. I'm trying to write code in an Access module which is working with Outlook email messages. It works fine on my machine. If I save it to the network
|
| Identify response to Outlook Warning | 07 Aug 2006 20:00 GMT | 1 |
One of my macros assists users re-ordering supplies. On a list of available supplies, they simply put an "X" in one column and the quantity in another. Once they are finished with the list, they push an "Order" button. The "Order" button makes a copy of the supply list, removes ...
|