Field Flags: SIGN SUMMARY NAMES

Hello,

I’m trying to do an agent to automaticaly create meeting invitation.

I remark that in standard Notes invitations few fields have “Field Flags: SIGN SUMMARY NAMES”

But when I create Names fields the field flag is only “SUMMARY NAMES” (not SIGN)

So I’m just asking what is this type “SIGN” field? is it important? how can I create it?

Thanks in advance,

Marc.

Subject: Field Flags: SIGN SUMMARY NAMES

On the advanced tab of the field properties dialog, right at the bottom, there is a security option, and one of the options is to “Sign if mailed or saved in section”. The property may also be set using the IsSigned property of the NotesItem.

Subject: RE: Field Flags: SIGN SUMMARY NAMES

Thank you for the quick response.