Hey, I think adding a
code:
MsgPlus.LogEvent(Contact.Email,Contact.Email + " has opened a conversation with you.",7);
after
code:
MsgPlus.DisplayToast("Window Opened", PlusWnd.GetControlText(ControlId) + " has opened a conversation with you.", "", "ToastCallback", PlusWnd.GetControlText(ControlId));
and
code:
MsgPlus.DisplayToast("Window Opened", Contact.Name + " has opened a conversation with you.", "", "ToastCallback", Contact.Email);
will help people who want to "log" their opened conversations...
At least it helps me!