Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Boolean (bool in C#) value that indicates whether the MobileItem object has been sent. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Sent As Boolean
Get
'Usage
Dim instance As _MobileItem
Dim value As Boolean
value = instance.Sent
[DispIdAttribute()]
bool Sent { get; }
Property Value
Type: System.Boolean