开发者

Getting rescheduling notic to specified appoitment

Maybe somebody knows how is linked a meeting (documment) with an rescheduled notice which are send after changing dates in meeting. I need do this in Lotus C API and C# api.

I need to check if after meeting was created did something change

Something like this

    var document = UserDb.GetDocumentByUNID(uniqId);
    if(document != null)
    {开发者_JAVA技巧
       var col1 = document.GetResched(...)
       var col2 = document.GetInvit(...)
       .....
    }

Thanks

Marcin


The UniversalID of the meeting is saved in the ApptUNID item on the reschedule notice.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜