Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / Configuration / SmtpSpecifiedPickupDirectoryElement.cs / 1305376 / SmtpSpecifiedPickupDirectoryElement.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System; using System.Configuration; using System.Net; using System.Reflection; using System.Security.Permissions; public sealed class SmtpSpecifiedPickupDirectoryElement : ConfigurationElement { public SmtpSpecifiedPickupDirectoryElement() { this.properties.Add(this.pickupDirectoryLocation); } protected override ConfigurationPropertyCollection Properties { get { return this.properties; } } [ConfigurationProperty(ConfigurationStrings.PickupDirectoryLocation)] public string PickupDirectoryLocation { get { return (string)this[this.pickupDirectoryLocation]; } set { this[this.pickupDirectoryLocation] = value; } } // ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); readonly ConfigurationProperty pickupDirectoryLocation = new ConfigurationProperty(ConfigurationStrings.PickupDirectoryLocation, typeof(string), null, ConfigurationPropertyOptions.None); } internal sealed class SmtpSpecifiedPickupDirectoryElementInternal { internal SmtpSpecifiedPickupDirectoryElementInternal(SmtpSpecifiedPickupDirectoryElement element) { this.pickupDirectoryLocation = element.PickupDirectoryLocation; } internal string PickupDirectoryLocation { get { return this.pickupDirectoryLocation; } } string pickupDirectoryLocation; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System; using System.Configuration; using System.Net; using System.Reflection; using System.Security.Permissions; public sealed class SmtpSpecifiedPickupDirectoryElement : ConfigurationElement { public SmtpSpecifiedPickupDirectoryElement() { this.properties.Add(this.pickupDirectoryLocation); } protected override ConfigurationPropertyCollection Properties { get { return this.properties; } } [ConfigurationProperty(ConfigurationStrings.PickupDirectoryLocation)] public string PickupDirectoryLocation { get { return (string)this[this.pickupDirectoryLocation]; } set { this[this.pickupDirectoryLocation] = value; } } // ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); readonly ConfigurationProperty pickupDirectoryLocation = new ConfigurationProperty(ConfigurationStrings.PickupDirectoryLocation, typeof(string), null, ConfigurationPropertyOptions.None); } internal sealed class SmtpSpecifiedPickupDirectoryElementInternal { internal SmtpSpecifiedPickupDirectoryElementInternal(SmtpSpecifiedPickupDirectoryElement element) { this.pickupDirectoryLocation = element.PickupDirectoryLocation; } internal string PickupDirectoryLocation { get { return this.pickupDirectoryLocation; } } string pickupDirectoryLocation; } } // 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
- KeyValueSerializer.cs
- MimeReflector.cs
- Int32EqualityComparer.cs
- IdentityReference.cs
- ZipPackage.cs
- VariableAction.cs
- Nullable.cs
- DataGridViewHitTestInfo.cs
- ObjectStorage.cs
- DisableDpiAwarenessAttribute.cs
- RSAPKCS1SignatureFormatter.cs
- InvalidAsynchronousStateException.cs
- VirtualPathUtility.cs
- DependencyPropertyDescriptor.cs
- BufferAllocator.cs
- BodyGlyph.cs
- handlecollector.cs
- _BaseOverlappedAsyncResult.cs
- GuidConverter.cs
- SqlConnection.cs
- CroppedBitmap.cs
- InputDevice.cs
- XhtmlStyleClass.cs
- StubHelpers.cs
- DataRecordInternal.cs
- Size3DConverter.cs
- PreloadedPackages.cs
- IPEndPointCollection.cs
- KernelTypeValidation.cs
- StringCollection.cs
- HostingPreferredMapPath.cs
- DbDataRecord.cs
- Memoizer.cs
- SerializerDescriptor.cs
- DispatchChannelSink.cs
- DataAccessor.cs
- LoadGrammarCompletedEventArgs.cs
- TimeStampChecker.cs
- OutputCacheSettings.cs
- SlipBehavior.cs
- ProofTokenCryptoHandle.cs
- TraceHandlerErrorFormatter.cs
- FieldDescriptor.cs
- ForEachAction.cs
- XmlSchemaIdentityConstraint.cs
- FontUnit.cs
- TimeZoneNotFoundException.cs
- RowToFieldTransformer.cs
- ExtenderProviderService.cs
- XmlObjectSerializerReadContext.cs
- OneOfElement.cs
- Visual3D.cs
- XmlElement.cs
- PersonalizationEntry.cs
- RequestCachePolicyConverter.cs
- TextWriter.cs
- XmlMtomWriter.cs
- ObjectStateFormatter.cs
- DisplayMemberTemplateSelector.cs
- EpmCustomContentDeSerializer.cs
- HTMLTagNameToTypeMapper.cs
- EventDriven.cs
- HtmlInputSubmit.cs
- XmlSchemaAll.cs
- ClientData.cs
- BitArray.cs
- FormatSettings.cs
- x509utils.cs
- SqlStatistics.cs
- HttpWrapper.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BindingGroup.cs
- ConfigurationSectionGroupCollection.cs
- GridViewColumnCollection.cs
- RichTextBox.cs
- BoundPropertyEntry.cs
- SQLSingleStorage.cs
- IItemContainerGenerator.cs
- StringWriter.cs
- SQLString.cs
- _UriTypeConverter.cs
- HiddenFieldDesigner.cs
- CopyAttributesAction.cs
- ItemsControl.cs
- TableItemStyle.cs
- Int32RectConverter.cs
- ConstraintStruct.cs
- AttributeInfo.cs
- FacetChecker.cs
- SecurityTokenSerializer.cs
- DefaultEventAttribute.cs
- XmlUrlResolver.cs
- VectorConverter.cs
- Sequence.cs
- DbConnectionPoolCounters.cs
- VectorCollection.cs
- SqlDelegatedTransaction.cs
- Aggregates.cs
- ActionItem.cs
- CapiSafeHandles.cs