SPUser.IsShareByEmailGuestUser property

Gets a value that indicates whether this user is shared by email guest user.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsShareByEmailGuestUser As Boolean
    Get
    Set
'Usage
Dim instance As SPUser
Dim value As Boolean

value = instance.IsShareByEmailGuestUser

instance.IsShareByEmailGuestUser = value
public bool IsShareByEmailGuestUser { get; set; }

Property value

Type: System.Boolean
[true] if this instance is a share by email guest user; otherwise, [false].

See also

Reference

SPUser class

SPUser members

Microsoft.SharePoint namespace