Click or drag to resize

ContactInformation Class

This class represents information, where results of the RelaxIS Remote Job are sent or uploaded to.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsContactInformation

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[TypeConverterAttribute(typeof(ContactInformationTypeConverter))]
public class ContactInformation

The ContactInformation type exposes the following members.

Constructors
 NameDescription
Public methodContactInformationInitializes a new instance of the ContactInformation class
Top
Properties
 NameDescription
Public propertyEMailAddress The contact E-Mail address to which reports or results are mailed
Public propertyFTPServer FTP Server information to which results or reports are uploaded
Top
See Also