| Thread | Last Post | Replies |
|
| How to get the Message of the Recurrence from Outlook 2003 | 15 Dec 2005 15:09 GMT | 1 |
Iam trying to get the message of reccurrence set in an Appointment Item using outlook 2003. I am also facing the problem of getting which option is selected in the Recurrence window "Range of Recurrence" when End after or End By is Selected.
|
| Detecting deletion of a occurrence to a recurring appointment | 15 Dec 2005 15:07 GMT | 1 |
I am writing a VB COM Addin for Outlook 2000. Is there a way (an event firing maybe?) to know when a user has deleted just a single occurrence of a recurring appointment? I need to know when this happens and also which occurrence the user
|
| Macro Deployment | 15 Dec 2005 08:26 GMT | 2 |
I have a custom made macro for use with Outlook 2003 and 3rd party Software. I have tested the macro, and am now ready to install on all PC's on the network. Is there a way of deploying this macro?
|
| How do I iterate through a collection of ContactItems? | 15 Dec 2005 07:56 GMT | 2 |
I'm trying to iterate though ContactItems in a public folder and am inconsistently getting the error message "Specified cast is not valid" in the following code (the For Each loop): subFolder = outlookNameSpace.Folders("Public Folders").Folders("All Public
|
| DisplayName for Attachments | 15 Dec 2005 06:40 GMT | 3 |
I have read that the DisplayName property of attachments in mailitem is no longer available in Outlook XP+. Is this true, and if so, are there any workarounds, or are we permanently stuck with attachments only showing their filenames?
|
| Macro to move email to inbox subfolder | 14 Dec 2005 22:44 GMT | 1 |
Hi I need to create a macro to move selected email to an inbox subfolder. Please forgive me as I am an admin and not a programmer. I found the below macro on the internet but when I run it I get Runtime error 424 Object Required.
|
| Size of Attachment before save | 14 Dec 2005 17:56 GMT | 6 |
I've searched the Outlook object model for at least a day. I am trying to write code that will test the size of a file attachment BEFORE the user saves to the Exchange DB. I've found the BeforeAttachmentSave event, and the Attachment property of the MailItem. There's also the ...
|
| Forwared and replied mail | 14 Dec 2005 16:25 GMT | 1 |
I am looking for a property of the MailItem to get information, that this mail was forwarded and the same for "Replied". Can someone give me a hint? Greeetings from Germany
|
| Changing Profiles | 14 Dec 2005 16:00 GMT | 3 |
Is there a way to change a profile in Outlook besides when outlook opens? or if someone knows VBA code to change profiles in outlook that would be greatly appreciated Thanks in advance
|
| attachments get mangled when sending via MAPI | 14 Dec 2005 09:49 GMT | 2 |
I have built a vba program in Access that will send mails with word documents. Some of the persons on the receiving-end are not able to read the attachments. Some have an attachment with names like ATT12345.ATT, others wordfile.doc.dat. Some can't even save or open the
|
| 32k limit when adding small contact items using RDOFolder.Items.Add | 14 Dec 2005 09:02 GMT | 3 |
I'm using Redemption's new RDO objects (4.0, very nice) and am having a problem iterating through an sql table of contacts and converting them into Exchange contacts. I am using RDOFolder.Items.Add and after calling this about 260 times RDOFolder.Items.Add returns nothing. If I
|
| Outlook VBA and MDE | 14 Dec 2005 08:57 GMT | 4 |
I would like to use some of my own Access2003 library functions (MDE file) within Outlook2003. I've tried to add a reference in Outlook but it won't accept it. Is there a way to do this?
|
| VBA export to excel | 14 Dec 2005 06:12 GMT | 1 |
Hi Newsgroup, how can I export a public contact folder to an excel sheet with vba? Thanks in advance. Best regards,
|
| varible | 13 Dec 2005 21:42 GMT | 2 |
Is this right? - It is not working. I just want to make a field equal a varible that was previously set. Dim Test Item.UserProperties("CompanyName").Value = Test
|
| .msg Attment Access to Body Text | 13 Dec 2005 20:11 GMT | 2 |
Is there a way to access the actual Body text of a .msg attachment without saving and accessing as a file? I have an email management app that overlays outlook and I want to be able to include the .msg text within the management console (Body) of an email.
|