/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IContactInformationChangedEventData. * IContactInformationChangedEventData Interface */ @CoInterface(guid="{EFEC2816-F16D-48D8-9306-26C810F0EA55}") public interface IContactInformationChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public ContactInformationType[] getChangedContactInformation() throws ComException; }