_PostItem.Post Method

Sends (posts) the PostItem object.

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

Syntax

'Declaration
<DispIdAttribute()> _
Sub Post
'Usage
Dim instance As _PostItem

instance.Post()
[DispIdAttribute()]
void Post()

Remarks

The Post method, which is analogous to the Send method for the MailItem object, is used to save the post to the target public folder instead of mailing it.

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace