Start a Conversation

Unsolved

This post is more than 5 years old

663

June 20th, 2012 23:00

Outlook 2010 Search Icon/Hyperlink

Is there a quick method to add an icon in Outlook 2010 to launch the SourceOne Search webpage?

Sent from my iPad

32 Posts

June 21st, 2012 13:00

Hello Kauanoee,

The following instructions can be used to add a link in the Microsoft Outlook 2010 Toolbar:

http://msdn.microsoft.com/en-us/library/ee814736.aspx

Below is a sample of code which can be written to launch the EMC SourceOne Email Management Web Search application:

Sub SourceOneWebSearch()
Dim IE As Object
Set IE = CreateObject("internetexplorer.application")
IE.Visible = True
IE.navigate http:// /search
End Sub

Regards,

Ajay Chanana

No Events found!

Top