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


IEmailAlertAction.EmailSetupProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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