NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Message.ConnectorType

Is required whenever an application sets a message property that is typically set by MSMQ. It is typically used in the following two cases. Whenever a message is passed by a connector application, the connector type is required so that the sending and receiving applications know how to interpret the security and acknowledgment properties of the messages. When sending application-encrypted messages, this property tells the MSMQ run time to use the symmetric key.

[Visual Basic]
Overridable Public Property ConnectorType As Guid
[C#]
public Guid ConnectorType {virtual get; virtual set;}
[C++]
public: __property virtual Guid get_ConnectorType();
public: __property virtual void set_ConnectorType(Guid);
[JScript]
public function get ConnectorType() : Guid;
public function set ConnectorType(Guid);

Example

See Also

Message Class | Message Members | System.Messaging Namespace