Share via


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.

See also

Reference

SPMobileMessage class

SPMobileMessage members

Microsoft.SharePoint.MobileMessage namespace