/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IUnreadMessageCountChangedEventData. * IUnreadMessageCountChangedEventData Interface */ @CoInterface(guid="{B8FD4A53-E7E6-4995-A5B5-1306C7584964}") public interface IUnreadMessageCountChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public Integer getNewUnreadMessageCount() throws ComException; }