/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* LyncClientNotificationReceivedEventData.
* LyncClientNotificationReceivedEventData Class which is used to get the event type and the
* Mapi status from the event OnNotificationReceived in the interface
* _ICommunicatorClientEvent.
*/
@CoClass(guid="{861BFB12-94CE-4C1D-9B3A-33B20C9D48AC}")
public class LyncClientNotificationReceivedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public LyncClientNotificationReceivedEventData() throws ComException {
super("{861BFB12-94CE-4C1D-9B3A-33B20C9D48AC}");
}
protected LyncClientNotificationReceivedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[LyncClientNotificationReceivedEventData" + super.toString() + "]";
}
}