Detecting hyperlinks in the mail contents
Thu, 12 Jun 2008 07:44:31 -0500
Hi All,
I want to detect the hyperlinks in the mail contents and get the contents whenever the mouse cursor is changing. Can somebody please tell me how can I achieve this?Do I need to handle any windows events of Outlook itself generates any event for same?
-Rajan ...
|
Reading DOCX-files from Access table
Thu, 12 Jun 2008 03:26:00 -0700
Hi
I'm working on securing/converting an original Office 2003 COM Addin made in
VB 6 to Office 2007.
I'm stuck with a function that used to load a DOC-file from a table column
of ActiveX/OLE-type.
Now I've converted the original DOC-file to a new DOCX-file, and the file
works fine to open and save.
I loa ...
|
RibbonX: Adding Custom Image to a Button in VC++
Wed, 11 Jun 2008 22:41:08 -0700 (PDT)
Hi there,
I am developing a COM outlook addin implementing IRibbonExtensibility
interface.
In the XML code which I am using to show my GUI in Ribbon has a button
which is as follows,
<button id="CustomButton"
getImage="OnGetImage"
size="large"
label="Click me 1!"
onAction="ButtonClicked"/>
I am using a ...
|
Copy Attachments from one mailitem to another
Wed, 11 Jun 2008 18:44:06 -0700 (PDT)
Hi,
I wonder if anyone knows how to copy attachments from one mailitem to
another? I have tried using redemption to do this but I have been
unsuccessfully so far. Here's what my code looks like
If Not attachments Is Nothing Then
For Each attachment As Attachment In
attachments ...
|
get GAL email address
Wed, 11 Jun 2008 05:53:02 -0700
I have developed an add in for outlook 2003 using
microsoft.office.interop.outlook
I would like to get all of the email addresses from the Global address list
and display them in a text box. I can get to the Global address list and i
can get the properties shown below however i dont see the email address any ...
|
S/MIME configuration
Wed, 11 Jun 2008 06:34:41 -0500
How can I tell if Outlook S/MIME Security configuration has been set up and users have selected their certificates? ...
|
Outlook add-in
Wed, 11 Jun 2008 04:37:00 -0400
How do i retreive the username of the person using outlook.
i am about to store data retrieved(as RDFs) for every outlook profile seperately - either as a folder in the user's documents for which i would have to retreive the username or as a custom folder created in outlook.
Can i create custom folders and ...
|
|
|
Outlook add-ins
Wed, 11 Jun 2008 03:29:19 -0500
We have a task pane created using outllok add-ins 2007 in c#.
Right now it is displayed along with every mail item.. that is, once the mail item is clicked.
How do i make it to be displayed as soon as a mail is selected(just like the reading pane).
Thanks in advance
Regards,
sara ...
|
Handling Exception Window from InspectorWrapper
Wed, 11 Jun 2008 12:40:07 +0800
Hi,
I am creating an outlook add-in for Microsoft Outlook 2003.
I just got a problem with showing the message box during exception captured
in the ItemSend event. The message box always hide behind the Outlook window.
I want to keep this message box to be on top of any other windows when the
exception oc ...
|
VS2005 Excel 2002 addin won't load
Tue, 10 Jun 2008 15:00:34 -0700 (PDT)
Hello,
I am having trouble to make a "Hello World" Excel add-in work.
When I program and compile the add-in with Visual Studio .NET 2003
(framework 1.1) it will work fine. But when I use Visual Studio 2005
(framework 2.0) it won't work; it won't load.
I have tried in other computers and both work fine. So ...
|