﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SmtpSection" FullName="System.Net.Configuration.SmtpSection"><TypeSignature Language="C#" Value="public sealed class SmtpSection : System.Configuration.ConfigurationSection" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit SmtpSection extends System.Configuration.ConfigurationSection" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Configuration.ConfigurationSection</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This class provides programmatic access to information that can be stored in configuration files that are used by classes that support SMTP in the <see cref="N:System.Net.Mail" /> namespace.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the SMTP section in the System.Net configuration file.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SmtpSection ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpSection" /> class.</para></summary></Docs></Member><Member MemberName="DeliveryMethod"><MemberSignature Language="C#" Value="public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Net.Mail.SmtpDeliveryMethod DeliveryMethod" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("deliveryMethod", DefaultValue=Mono.Cecil.CustomAttributeArgument)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Net.Mail.SmtpDeliveryMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Valid values for this property are <see cref="F:System.Net.Mail.SmtpDeliveryMethod.Network" />, <see cref="F:System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis" />, and <see cref="F:System.Net.Mail.SmtpDeliveryMethod.SpecifiedPickupDirectory" />. These values have configurable sub-items and have a corresponding section in the System.Net configuration file. All the sections are camel-cased, to allow the users to match the delivery method with their corresponding section names.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the Simple Mail Transport Protocol (SMTP) delivery method. The default delivery method is <see cref="F:System.Net.Mail.SmtpDeliveryMethod.Network" />.</para></summary></Docs></Member><Member MemberName="From"><MemberSignature Language="C#" Value="public string From { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string From" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("from")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the default value that indicates who the email message is from.</para></summary></Docs></Member><Member MemberName="Network"><MemberSignature Language="C#" Value="public System.Net.Configuration.SmtpNetworkElement Network { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Net.Configuration.SmtpNetworkElement Network" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("network")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Net.Configuration.SmtpNetworkElement</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the configuration element that controls the network settings used by the Simple Mail Transport Protocol (SMTP). file.<see cref="T:System.Net.Configuration.SmtpNetworkElement" />.</para></summary></Docs></Member><Member MemberName="Properties"><MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Configuration.ConfigurationPropertyCollection Properties" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Configuration.ConfigurationPropertyCollection</ReturnType></ReturnValue><Docs><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks></Docs></Member><Member MemberName="SpecifiedPickupDirectory"><MemberSignature Language="C#" Value="public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("specifiedPickupDirectory")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that directory specified by <see cref="P:System.Net.Mail.SmtpClient.PickupDirectoryLocation" /> will be used as the SMTP pickup directory. If the SMTP client is unable to write to the pickup directory location an I/O exception is thrown by <see cref="Overload:System.Net.Mail.SmtpClient.Send" />. The directory will not be created if it does not exist. The credentials of the currently running thread or process will be used to access the directory.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the pickup directory that will be used by the SMPT client.</para></summary></Docs></Member></Members></Type>