Document.Post Method

Word Developer Reference

Posts the specified document to a public folder in Microsoft Exchange. .

Syntax

expression.Post

expression   Required. A variable that represents a Document object.

Remarks

This method displays the Send to Exchange Folder dialog box so that a folder can be selected.

Example

This example displays the Send to Exchange Folder dialog box so that the active document can be posted to a public folder.

Visual Basic for Applications
  ActiveDocument.Post

See Also