_MobileItem.Send Method

Sends the MobileItem object.

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

Syntax

'Declaration
<DispIdAttribute()> _
Sub Send ( _
    ForceSend As Boolean _
)
'Usage
Dim instance As _MobileItem
Dim ForceSend As Boolean

instance.Send(ForceSend)
[DispIdAttribute()]
void Send(
    bool ForceSend
)

Parameters

  • ForceSend
    Type: System.Boolean

    True to send the MobileItem even if the MobileItem message exceeds the limitations of the service provider; otherwise, False.

Remarks

If the MobileItem message exceeds the limitations of the service provider, the send action is executed or canceled depending on the value of the ForceSend parameter. If the value of ForceSend is True, the MobileItem is still sent, after extra message content is removed if the item is of the Short Message Service (SMS) type, or media files are removed if the item is of the Multimedia Messaging Service (MMS) type. Media files for an MMS message are removed in the last-in-first-out order that they were attached to the message.

If the value of ForceSend is False, the send action is canceled and the Send method returns an error.

This method also returns an error under the following conditions:

  • The number of split messages exceeds the limitation of the service provider.

  • The size of the message exceeds the limitation of the service provider.

  • The number of slides of the message exceeds the limitation of the service provider.

  • The item contains unsupported media.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace