ArcFM Engine Developer Guide
SmtpServer Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="SmtpServer", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property SmtpServer As String
'Usage
 
Dim instance As EmailElement
Dim value As String
 
instance.SmtpServer = value
 
value = instance.SmtpServer
[ConfigurationProperty(Name="SmtpServer", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public string SmtpServer {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EmailElement Class
EmailElement Members

 

 


Send Comment