_MobileItem.Reply Method

Creates a reply, preaddressed to the original sender, from the original message.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function Reply As MobileItem
'Usage
Dim instance As _MobileItem
Dim returnValue As MobileItem

returnValue = instance.Reply()
[DispIdAttribute()]
MobileItem Reply()

Return Value

Type: Microsoft.Office.Interop.Outlook.MobileItem
Returns a MobileItemobject that represents the reply.

Remarks

Use the SenderEmailAddress property as the address to reply to the sender. The original content is not included in the message content of resulting MobileItem.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace