RichEdit20WPT / Outlook Style Receipient Control
-
I'd like to implement a control that will be used to build up a list of recipients for an email. It will ideally behave in a similar manner to Outlook 2007 (as that's the product we sell as an email client). The window class for the Outlook 2007 control is a RichEdit20WPT but that doesn't seem to match any of the rich edit class names in the SDK headers. Can anyone tell me if this is a standard control or not? Do any of the standard rich edit controls provide the necessary features to get a control to behave like the Outlook 2007 controls?
AxisFirst For Business
-
I'd like to implement a control that will be used to build up a list of recipients for an email. It will ideally behave in a similar manner to Outlook 2007 (as that's the product we sell as an email client). The window class for the Outlook 2007 control is a RichEdit20WPT but that doesn't seem to match any of the rich edit class names in the SDK headers. Can anyone tell me if this is a standard control or not? Do any of the standard rich edit controls provide the necessary features to get a control to behave like the Outlook 2007 controls?
AxisFirst For Business
Hi Steve, I dont see anything about RichEdit20WPT in the MSDN about Rich Edit Controls[^]. If the naming convention is any clue then it is most likely an extended RichEdit20W control used exclusively in Microsoft Office. Best Wishes, -David Delaune