Browse Community
Help
Log In
Responses(1)
Solutions(0)
Ajay_Chanana
32 Posts
0
June 21st, 2012 13:00
Hello Tom,
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 ObjectSet IE = CreateObject("internetexplorer.application")IE.Visible = TrueIE.navigate http:// /search End Sub
Regards,
Ajay Chanana
Dell Support Resources
View All
Top
Ajay_Chanana
32 Posts
0
June 21st, 2012 13:00
Hello Tom,
The following instructions can be used to add a link in the Microsoft Outlook 2010 Toolbar:
Below is a sample of code which can be written to launch the EMC SourceOne Email Management Web Search application:
Regards,
Ajay Chanana