Sender Property (MessageFilter Object)

Sender Property (MessageFilter Object)

The Sender property sets filtering on the name of a messages sender. Read/write.

Syntax

objMessageFilter.Sender

Data Type

String

Remarks

The Sender property specifies that the message filter should pass only messages sent by a messaging user having a name corresponding to the Sender property. The filter passes the message if the Name property of the AddressEntry object returned by the messages Sender property contains the filters Sender property as a substring.

The Sender property corresponds to the MAPI property PR_SENDER_NAME.

See Also

Concepts

MessageFilter Object