_MeetingItem.SaveSentMessageFolder Property
Returns or sets a Folder object that represents the folder in which a copy of the e-mail message will be saved after being sent. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property SaveSentMessageFolder As MAPIFolder
Get
Set
'Usage
Dim instance As _MeetingItem
Dim value As MAPIFolder
value = instance.SaveSentMessageFolder
instance.SaveSentMessageFolder = value
[DispIdAttribute()]
MAPIFolder SaveSentMessageFolder { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.MAPIFolder