WorkbookBase.Post(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Posts the workbook to a public folder. This method works only with a Microsoft Exchange client connected to a Microsoft Exchange server.
public void Post (object destName);
member this.Post : obj -> unit
Public Sub Post (Optional destName As Object)
Parameters
- destName
- Object
This argument is ignored. The Post(Object) method prompts the user to specify the destination for the workbook.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.