Interface ISharingInvitation
The SharingInvitation resource groups invitation-related data items into a single structure.
public interface ISharingInvitation
Properties
The email address provided for the recipient of the sharing invitation. Read-only.
string Email { get; }
Property Value
InvitedBy
Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
IIdentitySet InvitedBy { get; }
Property Value
SignInRequired
If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
bool SignInRequired { get; }