| Thread | Last Post | Replies |
|
| Property page not loaded in Office 2007 | 19 Nov 2007 14:11 GMT | 1 |
I have developed one COM-Addin in vb 2005 / VSTO / Office 2007. I have added one property page to the options page. My addin loads perfectly with the correct option page, on any platform for many machines. i.e. my addin works for Vista, xP, 2003 server etc. with office 2007
|
| How to exit design mode in VBA when a message described here comes | 19 Nov 2007 13:28 GMT | 2 |
I am trying to create a macro in VBA but somehow have ended up in the design mode and can not figure out how to exit this moe. in order to create the macro I can't be in the design mode. When I try to exit I receive "The macros in this project are disabled. Please refer to the ...
|
| Tracking Jobs sent/received via emal | 19 Nov 2007 07:31 GMT | 3 |
Here's my situation: I work with translations and receive all jobs via email attachements, finished jobs are also all sent via email - additionally I also have collaborators who do part of the translation work. Therefore, I usually have many sent/received email for each job.
|
| makro for adressing more folders | 18 Nov 2007 18:53 GMT | 2 |
I have there a makro which make the same view settings from the chosen "SOURCE FOLDER" for the chosen "TARGET FOLDER". I want the adjastement in that way that if the "TARGET FOLDER" contains some FOlDER more (UNDERFOlDER) like FOlDER "Mail" might contains
|
| Redemption Workaround to Get SentOn from .msg files = unexpected results | 17 Nov 2007 22:29 GMT | 2 |
The code below incorporates a workaround to to what the title of this post says. The workaround is suggested in, "http://www.dimastr.com/ redemption/faq.htm#15". rMessage is always nothing after 'reopen the same message as Redemption.MessageItem is exectuted even though it
|
| Setting/Retreiving a Cooking form a Folder Home Page | 16 Nov 2007 16:54 GMT | 12 |
I've got a .html page with VBScript that successfully writes a cookie and returns the values when the .html page is viewed via IE. However, when the .html page is hosted within Outlook as a folder home page, the code executes but without writing the cookie. (I've a got a msgbox ...
|
| Automate to send message to a distribution list | 16 Nov 2007 06:13 GMT | 1 |
I use an Excel macro to send automated messages to the email addresses that are written in certain cells. Very simple, and works great. However, I would now like to send automated emails to distribution list from Excel (or from any program, that's really not relevant) but I can't ...
|
| Move the cursor to Message Body | 16 Nov 2007 05:53 GMT | 1 |
Is there a way to programmatically move the cursor to the message body prior to performing a mail.send? If not, can I with Redemption? I wrote an Outlook 2003 add-on that replaces the standard Send. If the cursor is in the From, To, CC, BCC prior to mail.send, it fails.
|
| Acces to Outlook Email contact address | 15 Nov 2007 23:42 GMT | 2 |
Hi, I use this code in visual basic to acces to the contact information Dim oItems As Outlook.Items Set oItems = cContacts.Items Dim oCt As Outlook.ContactItem
|
| Saving attachemtns automatically | 15 Nov 2007 21:16 GMT | 14 |
I'm trying to implement a solution that saves all my attachments in a folder automatically. I found the code below that is a good start. However, I have some questions:
|
| Please help me parse this email | 15 Nov 2007 20:22 GMT | 3 |
I'm trying to find an easy way of parsing emails I'm cc'ed on for my customer's orders. I want to load parsed fields into an Online database (Access or MySQL).
|
| GetNamespace OpenSharedFolder SharePoint Calendar URL Method | 15 Nov 2007 14:59 GMT | 2 |
I am trying to access a sharepoint Calendar event list but can not seem to access the SharePoint Lists.pst. Here is what I got on C#. // Create an Outlook application.
|
| Insert an image in a new email | 15 Nov 2007 14:44 GMT | 5 |
Dear newsgroup. I am trying to insert a picture into a new email using vba code in Outlook 2003. The attachments.add method seems to add an attachment (or an icon), but what I want is to automate the functionality of the menu command "Insert
|
| 1 konto 2 mailbokse forskellig signatur | 14 Nov 2007 19:42 GMT | 1 |
hver ansat har 1 konto, men modtager post til 2 forskellige mailbokse. hvordan kan man sætte autosignatur op til at rette ind efter afsender ? Med venlig hilsen Steffen Every employee has 1 account and 2 different mailboxes. How can you set it
|
| Function to return the full path to an Outlook Folder | 14 Nov 2007 18:49 GMT | 3 |
I came up with this function to return the full path to any particular folder. I can't see any issues with it, however - please feel free to break it, if it can be. (Yeah so I didn't declare the variables in the example...) Public Function getFullFolderPath()
|