_MobileItem.ReplyAll Method

Creates a reply to all original recipients from the original message.

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

Syntax

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

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

Return Value

Type: Microsoft.Office.Interop.Outlook.MobileItem
Returns a MobileItem object 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