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


IEmailPropertiesDialog.LoadDefaults 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.LoadDefaults Method
ArcGIS Developer Help

IEmailPropertiesDialog.LoadDefaults Method

Loads the Email properties dialog with the current set of properties.

[Visual Basic .NET]
Public Sub LoadDefaults ( _
)
[C#]
public void LoadDefaults (
);
[C++]
HRESULT LoadDefaults(
void
);

Product Availability

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

See Also

IEmailPropertiesDialog Interface