_MobileItem.Count Property

Returns a Integer (int in C#) that represents the number of split messages for a Short Message Service (SMS) message, or the number of slides for a Multimedia Messaging Service (MMS) message. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As _MobileItem
Dim value As Integer

value = instance.Count
[DispIdAttribute()]
int Count { get; }

Property Value

Type: System.Int32

Remarks

For an SMS item that has not been sent, the value of Count is 1. The split result is not calculated until the message has been sent.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace