diff --git a/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp b/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
index e0840ee94fed3ecc8cac40d481cf1bbeebe8703c..3a802f56d292b2a8d050de24f664c0c3fd64704e 100644
--- a/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
+++ b/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
@@ -17,6 +17,9 @@
 
 <%
 pageTitle = "iTrust - View My Message ";
+session.setAttribute("outbox",false);
+session.setAttribute("isHCP",userRole.equals("hcp"));
+loggingAction.logEvent(TransactionType.INBOX_VIEW, loggedInMID.longValue(), 0L, "");
 %>
 
 <%@include file="/header.jsp" %>