Skip to content

M_NChronicle_SMTP_Configuration_SmtpChronicleLibraryConfiguration_ReadXml

Andrew James edited this page Aug 3, 2017 · 1 revision

SmtpChronicleLibraryConfiguration.ReadXml Method

Populate configuration from XML via the specified XmlReader.

Namespace: NChronicle.SMTP.Configuration
Assembly: NChronicle.SMTP (in NChronicle.SMTP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void ReadXml(
	XmlReader reader
)

VB

Public Sub ReadXml ( 
	reader As XmlReader
)

F#

abstract ReadXml : 
        reader : XmlReader -> unit 
override ReadXml : 
        reader : XmlReader -> unit 

Parameters

 

reader
Type: System.Xml.XmlReader
XmlReader stream from the configuration file.

Implements

IXmlSerializable.ReadXml(XmlReader)

See Also

Reference

SmtpChronicleLibraryConfiguration Class
NChronicle.SMTP.Configuration Namespace
NChronicle.ConfigureFrom(String, Boolean, Int32)

Clone this wiki locally