MobileItem.Send Method (Outlook)

Sends the MobileItem object.

Version Information

Version Added: Outlook 2010

Syntax

expression .Send(ForceSend)

expression A variable that represents a MobileItem object.

Parameters

Name

Required/Optional

Data Type

Description

ForceSend

Required

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.

The Send 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

Concepts

MobileItem Object Members

MobileItem Object