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.
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.