| Thread | Last Post | Replies |
|
| Macro to run plugin | 26 Apr 2007 05:47 GMT | 1 |
Could anyone help me with developing a simple plugin (or give me the code if you're so kind) to make a plugin autorun every couple hours/mins. The plugin is SyncMyCal. I'm not paying $25 for something Google should have had from the start (GCalendar syncing). I want a macro that ...
|
| How can I print a task without the automatic header? | 25 Apr 2007 19:23 GMT | 1 |
Can I print a task without the standard header such as Subject Priority, Stauts, Total work?
|
| Expand/Collapse | 25 Apr 2007 19:21 GMT | 1 |
Want to add to my VB code to Expand or Collapse groups. Specificly for a Task folder, Under View menu you can click Expand, or Collapse ??
|
| how do I create a macro in Outlook | 25 Apr 2007 19:20 GMT | 2 |
I have just upgraded to Office 2007 and it appears that it works in a different way to Office 2003. I used to be able to create a macro in Word and use it in Outlook, but it is apparently not so in Office 2007. Is it possible to create a macro (even a simple one, like a standard ...
|
| New Help With Custom Form Event | 25 Apr 2007 19:18 GMT | 3 |
Below is code I have in a custom Outlook (2003) form but it doesn't fire when I change or click into the Subject field or any field. Does "Item" have to be defined or something? I followed the example in KB article 171246. Thanks.
|
| Change displayed mail address | 25 Apr 2007 14:57 GMT | 6 |
is it possible to change the displayed mail address in an contact? I don`t mean the checkbox which you can set by the SelectedMailingAddress-Property. Normally the business address is displayed but the user can change it
|
| export figure from Outlook msg to Excel | 25 Apr 2007 05:59 GMT | 1 |
I'd like to be able to use a macro in Outlook 2003 to find "Total sales" in the current mail item and export the result to A1 in an Excel spreadsheet. I think it's possible, but I don't know how to do it. The following day I would run the macro again and export the result to A2 in
|
| Personal Folder not closed properly | 25 Apr 2007 00:15 GMT | 5 |
Many hours after running code, Outlook has an error message upon opening (each time it opens now--even though the code ran once hours ago) that the Personal Folder was not closed properly, and goes through a 6 minute assessment and fix, and then finally opens.
|
| Adding a date to the Subject line in a rule | 24 Apr 2007 19:38 GMT | 12 |
I am wanting to create a rule with the action to add today's date to the subject line before moving it to another folder. Can I do this? If so, does anyone have any code that would get me started on it? I have done some coding in Access, but I have never attempted in Outlook.
|
| Creating Top Level Folder within Outlook 2003 | 24 Apr 2007 14:15 GMT | 1 |
Need to create a top level fodler within a users mailbox called 3 year retention. Would like to find a way to script this for approx 6000 mailboxes, any suggestions or recommendations are appreciated
|
| CDO .Dll | 24 Apr 2007 14:09 GMT | 1 |
I am using CDO.Dll to open outlook objects and using the methods (like GetFolder etc). The problem is that CDO.dll is no longer supported in office 2k7. I downloaded ExchangeCDO.msi and installed but that didnt help. Please let me know the solution to this.
|
| Fake a .Sent | 23 Apr 2007 21:56 GMT | 8 |
I need to Save an e-mail to a temp folder WITH the status of MailIte.Sent = True. However, the e-mail has not been sent yet. Confused yet? If I should open that MSG file, I need it's property to be .Sent = True. Is it possible to fake a .Sent property? Is there a work-around to ...
|
| Send/receive completion? | 23 Apr 2007 19:51 GMT | 1 |
I have developed a custom application that integrates with Outlook 2003. The email accounts are configured to use POP3 for downloading items in the inbox. So based on business logic, I have coded to trigger the send/receive process from my application which works.
|
| Stripping attachments from sent emails | 23 Apr 2007 17:51 GMT | 3 |
I would like to write a VBA tool to strip attachments from emails in Sent Items. The goal is to clean up mailboxes of users who email many large attachments (a policy is eventually on its way). However, I cannot seem to differentiate between an "external" attachment like a Word ...
|
| COMException | 23 Apr 2007 16:46 GMT | 11 |
I am writing an ASP.NET/C# application and having trouble with outlook. I keep receiving this error. Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID
|