DocumentLaunch.IsOutlookInstalled Method

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method will be removed next release. Please use MailClientLaunch.CanLaunchMailClient instead")> _
Public Shared Function IsOutlookInstalled As Boolean
[ObsoleteAttribute("This method will be removed next release. Please use MailClientLaunch.CanLaunchMailClient instead")]
public static bool IsOutlookInstalled()
[ObsoleteAttribute(L"This method will be removed next release. Please use MailClientLaunch.CanLaunchMailClient instead")]
public:
static bool IsOutlookInstalled()
[<ObsoleteAttribute("This method will be removed next release. Please use MailClientLaunch.CanLaunchMailClient instead")>]
static member IsOutlookInstalled : unit -> bool
public static function IsOutlookInstalled() : boolean

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DocumentLaunch Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace