Workbook.Post(Object) Method

Definition

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);
abstract member 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.

Applies to