IMsoEnvelopeVB.Item Property
Returns a MailItem object that can be used to send the document as an e-mail.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Item As Object
Get
'Usage
Dim instance As IMsoEnvelopeVB
Dim value As Object
value = instance.Item
Object Item { get; }
Property Value
Type: System.Object