2.2.4.11 EmailNotificationConfigurationRow

This complex type contains information about an email notification that is sent to a specified user using the specified SMTP settings when new updates are available on the update server (EmailNeedToSendNewSyncNotification field), new status information is available (EmailNeedToSendStatusNotification field), or both.

 <xsd:complexType name="EmailNotificationConfigurationRow">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="statusNotificationTimeOfDay" type="xsd:long"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="EmailNeedToSendNewSyncNotification" type="xsd:boolean"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="EmailNeedToSendStatusNotification" type="xsd:boolean"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="StatusNotification" nillable="true" type="tns:EmailStatusNotificationFrequency"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="SmtpServerRequireAuthentication" type="xsd:boolean"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="SmtpHostName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="SmtpPort" type="xsd:int"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="SmtpUserName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="SmtpUserDisplayName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="SmtpUserMailAddress" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="EmailLanguage" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="LastModifiedTime" type="xsd:dateTime"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="LastModifiedBy" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>
  

statusNotificationTimeOfDay: This field gets or sets the time of the day to send the email notification.

EmailNeedToSendNewSyncNotification: If set to TRUE, the update server MUST send an email notification about new updates after each synchronization.

EmailNeedToSendStatusNotification: If this field is set to TRUE, the update server MUST periodically send email notification with a summary status about the synchronization process.

StatusNotification: This field specifies the update server's EmailNotificationType (section 2.2.5.6).

SmtpServerRequireAuthentication: This field gets or sets whether the email server requires authentication. If set to TRUE, the SMTP server requires authentication.

SmtpHostName: This field gets or sets the email SMTP server name.

SmtpPort: This field gets or sets the email SMTP port number.

SmtpUserName: This field gets or sets the account name of the sender of the email.

SmtpUserDisplayName: This field gets or sets the display name.

SmtpUserMailAddress: This field gets or sets the email address of the sender of the email.

EmailLanguage: This field gets or sets the language setting for the email.

LastModifiedTime: This field gets or sets the last time the email configuration settings were updated.

LastModifiedBy: This field gets or sets the name of the user name that last modified the email notification configuration.