_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
Sub Post
'Usage
Dim instance As _PostItem
instance.Post()
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.