SPMobileMessage.EstimateMessageSize Method

Estimates the size of the message in bytes.

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

Syntax

'Declaration
Public Overridable Function EstimateMessageSize As Long
'Usage
Dim instance As SPMobileMessage
Dim returnValue As Long

returnValue = instance.EstimateMessageSize()
public virtual long EstimateMessageSize()

Return Value

Type: System.Int64
The approximate size of the message.

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace