/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IConferenceAccessInformation2. * IConferenceAccessInformation2 Interface */ @CoInterface(guid="{5E7AB04C-E4B8-49FB-85FF-9E2BCA2899D3}") public interface IConferenceAccessInformation2 extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(268435457) public Boolean getIsScheduled() throws ComException; @DeclDISPID(268435458) public String getOrganizerDisplayName() throws ComException; @DeclDISPID(268435459) public String getOrganizerUri() throws ComException; @DeclDISPID(268435460) public Boolean getIsCustomized() throws ComException; }