ExchangeWebServiceMailTransportBindingElement Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the mail transport binding element that is used to construct Exchange Web Services transports.

The ExchangeWebServiceMailTransportBindingElement type exposes the following members.

Constructors

  Name Description
Public methodSupported by the .NET Compact Framework ExchangeWebServiceMailTransportBindingElement Initializes a new instance of the ExchangeWebServiceMailTransportBindingElement using the specified server name and credentials.

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework BuildChannelFactory<TChannel> Initializes a channel factory for producing channels of a specified type from the binding context. (Inherited from MailTransportBindingElementBase.)
Public methodSupported by the .NET Compact Framework BuildChannelListener<TChannel> Initializes a channel listener for accepting channels of a specified type from the binding context. (Inherited from MailTransportBindingElementBase.)
Public methodSupported by the .NET Compact Framework CanBuildChannelFactory<TChannel> Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel. (Inherited from MailTransportBindingElementBase.)
Public methodSupported by the .NET Compact Framework CanBuildChannelListener<TChannel> Returns a value that indicates whether the binding element can build a listener for a specific type of channel. (Inherited from MailTransportBindingElementBase.)
Public methodSupported by the .NET Compact Framework Clone Creates a new instance of the ExchangeWebServiceMailTransportBindingElement object that is a copy of the current instance. (Overrides BindingElement.Clone().)
Public methodSupported by the .NET Compact Framework Close Closes the mail transport. (Inherited from MailTransportBindingElementBase.)
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetProperty<T> Gets a property from the specified BindingContext. (Inherited from TransportBindingElement.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework AcceptExistingMessages Gets or sets a value that indicates whether the channel will accept and process all existing messages. (Inherited from MailTransportBindingElementBase.)
Public propertySupported by the .NET Compact Framework ManualAddressing Gets or sets a value that indicates whether manual addressing of the message is required. (Inherited from TransportBindingElement.)
Public propertySupported by the .NET Compact Framework MaxBufferPoolSize Gets or sets the maximum size of any buffer pools used by the transport. (Inherited from TransportBindingElement.)
Public propertySupported by the .NET Compact Framework MaxReceivedMessageSize Gets and sets the maximum allowable message size that can be received. (Inherited from TransportBindingElement.)
Public propertySupported by the .NET Compact Framework MessageContainerType Gets or sets an enumeration value that determines how a message will be sent. (Inherited from MailTransportBindingElementBase.)
Public propertySupported by the .NET Compact Framework MinimumAttachmentSize Gets or sets a size threshold that determines whether a message will be sent in the message body or as an attachment. (Inherited from MailTransportBindingElementBase.)
Public propertySupported by the .NET Compact Framework Scheme Gets a String that contains the addressing scheme that is used by this transport binding element. (Inherited from MailTransportBindingElementBase.)
Public propertySupported by the .NET Compact Framework TimeToLive Gets or sets a structure that determines the lifetime of messages sent on the output channel that is created for this binding. (Inherited from MailTransportBindingElementBase.)
Public propertySupported by the .NET Compact Framework Transport Gets or sets the transport that will be used by the input and output channels to receive and send messages. (Inherited from MailTransportBindingElementBase.)

Top

See Also

Reference

ExchangeWebServiceMailTransportBindingElement Class

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService Namespace