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


IEmailPropertiesDialog.ShowDialog Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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 VARIANT_BOOL

Product Availability

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

See Also

IEmailPropertiesDialog Interface