This document is archived and information here might be outdated.  Recommended version.


IEmailPropertiesDialog.ShowDialog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEmailPropertiesDialog Interface > IEmailPropertiesDialog.ShowDialog Method
ArcGIS Developer Help

IEmailPropertiesDialog.ShowDialog Method

Displays the Email properties dialog for review or edit.

[Visual Basic .NET]
Public Sub ShowDialog ( _
    ByVal bUseDefaults As Boolean _
)
[C#]
public void ShowDialog (
    bool bUseDefaults
);
[C++]
HRESULT ShowDialog(
  VARIANT_BOOL bUseDefaults
);
[C++]
Parameters
bUseDefaults [in]

bUseDefaults is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEmailPropertiesDialog Interface