This document is archived and information here might be outdated. Recommended version. |
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*