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


IEmailAlertAction.EmailSetupProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEmailAlertAction Interface > IEmailAlertAction.EmailSetupProperties Property
ArcGIS Developer Help

IEmailAlertAction.EmailSetupProperties Property

Property set holding the SMTPServer and domain name to be used to construct the sender email address for the Email Alert messages.

[Visual Basic .NET]
Public Property EmailSetupProperties As IEmailProperties
[C#]
public IEmailProperties EmailSetupProperties {get; set;}
[C++]
HRESULT get_EmailSetupProperties(
  IEmailProperties** ppVal
);
[C++]
HRESULT put_EmailSetupProperties(
  IEmailProperties* ppVal
);
[C++]
Parameters
ppVal [out, retval]

ppVal is a parameter of type IEmailProperties** ppVal [in]
ppVal is a parameter of type IEmailProperties*

Product Availability

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

See Also

IEmailAlertAction Interface