| Property | Description |
|---|
| LinkName Property | The LinkName property specifies the name of the link. |
| ProtocolName Property | | [key] string ProtocolName; |
The ProtocolName property specifies the transmission protocol for the link. |
| VirtualServerName Property | | [key] string VirtualServerName; |
The value of the VirtualServerName property is the integer number of the virtual machine that is the source of the link. This number is the
Microsoft® Active Directory® common name (CN) for the virtual server object. |
| ActionFreeze Property | The ActionFreeze property, when True, specifies that the link supports freezing messages in its queues. The ActionFreeze property corresponds to the sixth bit (0x00000020) of the SupportedLinkActions property. |
| ActionKick Property | The ActionKick property, when True, specifies that the link can trigger its queues to retry transmitting waiting messages immediately, instead of waiting for the default protocol timeout before retrying the transmission. The ActionKick property corresponds to the first bit (0x00000001) of the SupportedLinkActions property. |
| ActionThaw Property | The ActionThaw property, when True, specifies that the link supports thawing messages in its queues. Thawing a queue is also known as "unfreezing" that queue. The ActionThaw property corresponds to the seventh bit (0x00000040) of the SupportedLinkActions property. |
| ExtendedStateInfo Property | | string ExtendedStateInfo; |
The ExtendedStateInfo property specifies the text description of the current link status. |
| GlobalStop Property | The GlobalStop property specifies whether the link is currently stopped. |
| IncreasingTime Property | The IncreasingTime property specifies the amount of time, in milliseconds, that the number of messages waiting to be transferred by the link has been increasing. |
| LinkDN Property | The LinkDN property specifies the
Active Directory globally unique identifier (GUID) of the connector object that generated the link.
|
| NextScheduledConnection Property | | datetime NextScheduledConnection; |
The NextScheduledConnection property specifies the date and time when a connection will be attempted to transfer waiting messages. |
| NumberOfMessages Property | The NumberOfMessages property specifies the number of messages that are waiting for transmission across the link. |
| OldestMessage Property | The OldestMessage property specifies the date and time that the oldest message that is still waiting to be transmitted was received into the link. |
| SizeOfQueue Property | The SizeOfQueue property specifies the total size of the messages in the link, in bytes. |
| StateActive Property | The StateActive property, when True, specifies that the link is active. The StateActive property corresponds to first bit (0x00000001) of the StateFlags property. |
| StateFlags Property | The StateFlags property specifies the state of the link. The individual bits of this property are available as the link State
and Type
properties of this class. |
| StateFrozen Property | The StateFrozen property indicates whether the link is currently frozen. The StateFrozen property corresponds to the sixth bit (0x00000020) of the StateFlags property. |
| StateReady Property | The StateReady property, when True, specifies that the link is ready to accept new messages. The StateReady property corresponds to the second bit (0x00000002) of the StateFlags property. |
| StateRemote Property | The StateRemote property, when True, specifies that the destination for messages in this link is on a remote server, instead of the messages being delivered to a local store. The StateRemote property corresponds to the fifth bit (0x00000010) of the StateFlags property. |
| StateRetry Property | The StateRetry property, when True, specifies that the link is retrying a transmission that was unsuccessful. The StateRetry property corresponds to the third bit (0x00000004) of the StateFlags property. |
| StateScheduled Property | The StateScheduled property, when True, specifies that the link is scheduled for periodic activation, as compared with asynchronous, on-demand activation. The StateScheduled property corresponds to the fourth bit (0x00000008) of the StateFlags property. |
| SupportedLinkActions Property | | uint32 SupportedLinkActions; |
The SupportedLinkActions property specifies the actions supported by the link. The individual bits of this property are available as the Action
properties in this class. |
| TypeCurrentlyUnreachable Property | | boolean TypeCurrentlyUnreachable; |
The TypeCurrentlyUnreachable property, when True, specifies that the link holds messages for destinations that currently cannot be reached. The TypeCurrentlyUnreachable property corresponds to the thirteenth bit (0x00001000) of the StateFlags property. |
| TypeDeferredDelivery Property | | boolean TypeDeferredDelivery; |
The TypeDeferredDelivery property, when True, specifies that the link holds mail that is awaiting a trigger to start transmission. The TypeDeferredDelivery property corresponds to the fourteenth bit (0x00002000) of the StateFlags property. |
| TypeInternal Property | The TypeInternal property indicates that the link is used for internal message processing. The TypeInternal property corresponds to the fifteenth bit (0x00004000) of the StateFlags property. |
| TypeLocalDelivery Property | | boolean TypeLocalDelivery; |
The TypeLocalDelivery property, when True, specifies that the link handles local mail delivery. The TypeLocalDelivery property corresponds to the tenth bit (0x00000200) of the StateFlags property. |
| TypePendingCategorization Property | | boolean TypePendingCategorization; |
The TypePendingCategorization property, when True, specifies that the link is resolving addresses against entries in Active Directory. The TypePendingCategorization property corresponds to the twelfth bit (0x00000800) of the StateFlags property. |
| TypePendingRouting Property | | boolean TypePendingRouting; |
The TypePendingRouting property, when True, specifies that the link is determining the routing of the next message that is waiting to be transmitted. The TypePendingRouting property corresponds to the eleventh bit (0x00000400) of the StateFlags property. |
| TypePendingSubmission Property | | boolean TypePendingSubmission; |
The TypePendingSubmission property, when True, specifies that the link handles messages that have not yet been submitted to the routing engine. The TypePendingSubmission property corresponds to the sixteenth bit (0x00008000) of the StateFlags property. |
| TypeRemoteDelivery Property | | boolean TypeRemoteDelivery; |
The TypeRemoteDelivery property, when True, specifies that the link is currently handling a remote message delivery. The TypeRemoteDelivery property corresponds to the ninth bit (0x00000100) of the StateFlags property. |
| Version Property | The Version property specifies the version number of the underlying link control software. |
| VirtualMachine Property | The VirtualMachine property specifies the name of the virtual machine that is the source of the link. |