SPMobileMessage.HasContent Property
Gets a value that indicates whether the message has any content parts.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasContent As Boolean
Get
'Usage
Dim instance As SPMobileMessage
Dim value As Boolean
value = instance.HasContent
public bool HasContent { get; }
Property Value
Type: System.Boolean
true if the message has content parts; otherwise, false.