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.