Click or drag to resize
IBasicMessageToSendFilter Interface

[This is preliminary documentation and is subject to change.]

Filter for filtering messages. Default will filter on pending messages. Set PendingOrArchive to Pending to filter pending messages.

Namespace: Netadmin.Management.Messaging.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IBasicMessageToSendFilter

The IBasicMessageToSendFilter type exposes the following members.

Properties
  NameDescription
Public propertyDateTimeCreatedUtc
Public propertyNullableT, T: BooleanHasBeenResent
If a message has been resent or not. Only valid for Archived messages.
Public propertyIEnumerableT, T: MessageStatusMessageStatuses
Public propertyIEnumerableT, T: Int64MessageTypeIds
Public propertyNullableT, T: Int64ObjectId
Public propertyNullableT, T: RelatesToObjectTypeObjectType
Public propertyPendingOrArchivePendingOrArchive
Public propertyStringReceiverAddress
Public propertyStringReceiverName
Public propertyNullableT, T: GuidReference
Public propertyIEnumerableT, T: Int64ResentAsMessageIds
Filter out messages that has been resent as any of the specified ids. Only valid for Archived messages.
Public propertyDateTimeSentUtc
Top
See Also