Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / Configuration / MailSettingsSection.cs / 1305376 / MailSettingsSection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System.Configuration; using System.Collections.Generic; using System.Globalization; using System.IO; public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup { public MailSettingsSectionGroup() { } public SmtpSection Smtp { get { return (SmtpSection)Sections["smtp"]; } } } internal sealed class MailSettingsSectionGroupInternal { internal MailSettingsSectionGroupInternal() { this.smtp = SmtpSectionInternal.GetSection(); } internal SmtpSectionInternal Smtp { get { return this.smtp; } } static internal MailSettingsSectionGroupInternal GetSection() { return new MailSettingsSectionGroupInternal(); } SmtpSectionInternal smtp = null; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System.Configuration; using System.Collections.Generic; using System.Globalization; using System.IO; public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup { public MailSettingsSectionGroup() { } public SmtpSection Smtp { get { return (SmtpSection)Sections["smtp"]; } } } internal sealed class MailSettingsSectionGroupInternal { internal MailSettingsSectionGroupInternal() { this.smtp = SmtpSectionInternal.GetSection(); } internal SmtpSectionInternal Smtp { get { return this.smtp; } } static internal MailSettingsSectionGroupInternal GetSection() { return new MailSettingsSectionGroupInternal(); } SmtpSectionInternal smtp = null; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MimeObjectFactory.cs
- ReadOnlyDictionary.cs
- CreateParams.cs
- PathFigureCollection.cs
- MutexSecurity.cs
- OlePropertyStructs.cs
- SpellerHighlightLayer.cs
- DeferrableContentConverter.cs
- HttpResponseInternalWrapper.cs
- SafePEFileHandle.cs
- FormViewInsertEventArgs.cs
- ConditionalAttribute.cs
- ObjectDataSourceView.cs
- DataGridViewBand.cs
- ClickablePoint.cs
- NetCodeGroup.cs
- HashCryptoHandle.cs
- StrokeIntersection.cs
- MenuCommand.cs
- XmlLoader.cs
- Internal.cs
- CaseCqlBlock.cs
- DataSourceXmlAttributeAttribute.cs
- ImportContext.cs
- EntityDesignerBuildProvider.cs
- CommandEventArgs.cs
- UnsafeNativeMethods.cs
- OpenFileDialog.cs
- ToolStripOverflowButton.cs
- TypeBuilder.cs
- TransformedBitmap.cs
- LingerOption.cs
- CallContext.cs
- GetUserPreferenceRequest.cs
- PasswordBoxAutomationPeer.cs
- FrameworkReadOnlyPropertyMetadata.cs
- AnonymousIdentificationSection.cs
- WindowsIdentity.cs
- IMembershipProvider.cs
- HttpPostedFile.cs
- FlowchartStart.xaml.cs
- SystemResourceKey.cs
- ReaderWriterLockSlim.cs
- ExceptionAggregator.cs
- FindResponse.cs
- DateTimeOffset.cs
- EntryIndex.cs
- FillRuleValidation.cs
- ControlParameter.cs
- ObjectSecurityT.cs
- QueryResponse.cs
- WebPartChrome.cs
- SingleAnimationBase.cs
- MenuItemCollectionEditor.cs
- AssemblySettingAttributes.cs
- SchemaAttDef.cs
- DeploymentExceptionMapper.cs
- TriState.cs
- IPAddress.cs
- TileBrush.cs
- SafeEventLogWriteHandle.cs
- DataTableClearEvent.cs
- Matrix.cs
- LicenseContext.cs
- DesignerVerbCollection.cs
- EventWaitHandle.cs
- MenuEventArgs.cs
- RolePrincipal.cs
- CapabilitiesSection.cs
- TagPrefixCollection.cs
- ColorInterpolationModeValidation.cs
- ElementUtil.cs
- UIElementIsland.cs
- ListViewInsertEventArgs.cs
- ParagraphVisual.cs
- FixedHighlight.cs
- VirtualDirectoryMappingCollection.cs
- HttpProfileGroupBase.cs
- FixedBufferAttribute.cs
- InheritanceAttribute.cs
- HandlerMappingMemo.cs
- EpmAttributeNameBuilder.cs
- CustomPopupPlacement.cs
- AnnotationAdorner.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- SqlSelectStatement.cs
- CodeNamespaceImport.cs
- ViewCellRelation.cs
- WebPartEditorCancelVerb.cs
- Merger.cs
- ExpandedWrapper.cs
- LOSFormatter.cs
- DesignerVerbCollection.cs
- OleDbConnection.cs
- ClusterSafeNativeMethods.cs
- CellIdBoolean.cs
- XPathNavigatorKeyComparer.cs
- Double.cs
- Debugger.cs
- WebServiceErrorEvent.cs