Just unread mail in inboxview

Is there any way to just see unread mail in a view in notesclient.

Subject: Just unread mail in inboxview

You can do this using the formula @ViewShowThisUnread( unreadOnly )

unreadOnly can be:

1 = shows unread docs only

0 = shows all docs

For more information check the designer help.

Regards, Michael

Subject: Just unread mail in inboxview

There should already be a button in your inbox called “View Unread” at the end.If not this is the formula:

@ViewShowThisUnread(“1”);

@Command([RefreshHideFormulas])

This is the description of the @ViewShowThisUnread formula:

Changes a view to show only unread documents, or to show read and unread documents.

Note This @function is new with Release 6.5.

Syntax

@ViewShowThisUnread( unreadOnly )

Parameters

unreadOnly

Text.

The value “1” shows only unread documents.

The value “0” (or any value but “1”) shows read and unread documents.

Return value

flag

Number. Returns 1 (True).

Usage

This @function is intended for use in view actions

HTH

Steve

Subject: You can view just the unread documents in any view in any DB

From the View menu choose Show - Unread Only.

In Notes 6, IBM made this more accessible by adding an action button in your in-box