![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hey,
i need some help and infos for my addin which i'm working on. First: Is it possible to create an own task which appears in the Send/Receive Dialog? I use the SyncHandler which fires events when the syncprocess is started, finished and/or had failed. My code works fine but now i want to show the progress in the window. Second: Is ist possible to use the MailBody / MailHeader Control from OL2007 in my C# Code. If i want to add the control to my form an exception appears. AxHost..... ?? Thx for help Regards André |
Ads |
#2
|
|||
|
|||
![]()
As far as I know you can't add tasks to the send/receive dialog unless the
task is sending/receiving to/from an email account and that's added automatically. What MailBody/MailHeader control are you talking about? There's no such control provided by the Outlook object model. You can't add controls that are shown in an Outlook form such as Body (Notes) if that's what you're asking. You can get the contents of Body and put the contents in a textbox control on a form... -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Andre Maas" wrote in message ... Hey, i need some help and infos for my addin which i'm working on. First: Is it possible to create an own task which appears in the Send/Receive Dialog? I use the SyncHandler which fires events when the syncprocess is started, finished and/or had failed. My code works fine but now i want to show the progress in the window. Second: Is ist possible to use the MailBody / MailHeader Control from OL2007 in my C# Code. If i want to add the control to my form an exception appears. AxHost..... ?? Thx for help Regards André |
#3
|
|||
|
|||
![]()
Hi Ken,
first, thanks for help. Yes i mean the controls shown in an Outlook form. That what you said is my solution. Get the contents of body and put them in a textbox control. Regards André Ken Slovak - [MVP - Outlook] schrieb: As far as I know you can't add tasks to the send/receive dialog unless the task is sending/receiving to/from an email account and that's added automatically. What MailBody/MailHeader control are you talking about? There's no such control provided by the Outlook object model. You can't add controls that are shown in an Outlook form such as Body (Notes) if that's what you're asking. You can get the contents of Body and put the contents in a textbox control on a form... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cannot see send/receive dialog box | john doe | Outlook - General Queries | 3 | February 15th 08 10:00 PM |
replace or modify send/receive-dialog | Frank Landen | Outlook and VBA | 1 | October 22nd 07 06:05 PM |
Outlook dialup dialog not showing on top when picking Send/Receive | ahos | Outlook - Installation | 0 | July 17th 07 03:16 AM |
Send Receive Dialog Box disappearing | create_share | Outlook Express | 4 | November 4th 06 02:57 PM |
Adding Entries to Send/Receive Progress Dialog | Colin Bowern | Add-ins for Outlook | 3 | June 5th 06 06:39 PM |