ExtensibleQueueInfo.IsDeliveryQueue method
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public MustOverride Function IsDeliveryQueue As Boolean
'Usage
Dim instance As ExtensibleQueueInfo
Dim returnValue As Boolean
returnValue = instance.IsDeliveryQueue()
public abstract bool IsDeliveryQueue()
Return value
Type: System.Boolean