ExchangeWebServiceMailBinding Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the mail binding for Exchange Web Services.
The ExchangeWebServiceMailBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExchangeWebServiceMailBinding | Overloaded. Initializes a new instance of the ExchangeWebServiceMailBinding class. |
Top
Methods
Name | Description | |
---|---|---|
BuildChannelFactory | Overloaded. Builds the channel factory stack on the client specified by the binding. | |
BuildChannelListener | Overloaded. Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. | |
CanBuildChannelFactory | Overloaded. Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies some specific criteria. | |
CanBuildChannelListener | Overloaded. Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies some specified criteria. | |
Close | Frees all resources allocated by the mail binding. (Inherited from MailBindingBase.) | |
CreateBindingElements | Returns an ordered collection of binding elements that are contained in the current binding. (Inherited from MailBindingBase.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProperty<T> | Returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from Binding.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AcceptExistingMessages | Gets or sets a value that indicates whether the channel will accept and process all existing messages. (Inherited from MailBindingBase.) | |
CloseTimeout | Gets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from Binding.) | |
MessageContainerType | Gets or sets an enumeration that determines how the message is sent. (Inherited from MailBindingBase.) | |
MessageVersion | Gets the message version used by clients and services configured with the binding. (Inherited from Binding.) | |
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 MailBindingBase.) | |
Name | Gets or sets the name of the binding. (Inherited from Binding.) | |
Namespace | Gets or sets the XML namespace of the binding. (Inherited from Binding.) | |
OpenTimeout | Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding.) | |
ReceiveTimeout | Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from Binding.) | |
Scheme | Gets the addressing scheme that is used by this transport binding element. (Inherited from MailBindingBase.) | |
Security | Gets the security object for the mail binding. (Inherited from MailBindingBase.) | |
SendTimeout | Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding.) | |
TimeToLive | Gets or sets a structure that determines the lifetime of messages sent on the output channel created for this binding. (Inherited from MailBindingBase.) | |
Transport | Gets or sets the transport that will be used by the input and output channels to receive and send messages. (Inherited from MailBindingBase.) |
Top
See Also
Reference
ExchangeWebServiceMailBinding Class
Microsoft.ServiceModel.Channels.Mail.ExchangeWebService Namespace