Filter is
used in conjunction with a comparison operator. The filter parameters are listed below:
??‘ DateReceived : Date the message was received.
??‘ ExpirationTime : Time the message expires.
??‘ FromAddress : SMTP address of the sender.
??‘ Identity : Message option, server handler, and queue identifier.
??‘ InternetMessageId : Value from the Message - ID of the email header.
??‘ LastError : Last error present for the message.
??‘ MessageSourceName : Name that is used for the component that submits the message to
the queue. If the cmdlet is run locally, the MessageSourceName will be ???FromLocal??™.
??‘ Queue : Name of the queue that contains the messages. Formatted in the server\destination
format.
??‘
??‘
??‘
Figure 14-18
Part III: Working with PowerShell in a Production Environment
416
??‘ RetryCount : Number of times delivery was attempted.
??‘ SCL : Spam confidence level. Valid values are ??“ 1 to 9.
??‘ Size : Represented in bytes.
??‘ SourceIP : IP address of the originating server.
??‘ Status : Current status. The following are acceptable values: Active , Retry , Suspended ,
P endingSuspend , and PendingRemove .
??‘ Subject : Text present in the subject of the email.
Identity: Can be one of the following:
??‘ Server\QueueIdentity\MessageIdentity
??‘ QueueIdentity\MessageIdentity
??‘ Server\*\MessageIdentity
??‘ MessageIdentity
IncludeBookmark : Boolean value used to specify if the bookmark object is included in the
result set.
Pages:
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571