Size Property (MessageFilter Object)

Size Property (MessageFilter Object)

The Size property sets filtering on a messages approximate total size in bytes. Read/write.

Syntax

objMessageFilter.Size

Data Type

Long

Remarks

The Size property specifies that the message filter should pass only messages with approximate total size greater than the value of Size.

The Size property represents the sum of all the messages MAPI properties, including the Subject, Text, Attachments, and Recipients.

The Size property corresponds to the MAPI property PR_MESSAGE_SIZE.

See Also

Concepts

MessageFilter Object