Briefcase Object
The Briefcase object represents a briefcase file. The Briefcase object is available to the briefcase event procedures and to the current Document object.
Briefcase Object Properties
The Briefcase object provides the following properties, most of which are read-only. To affect some read-only properties requires user interaction or custom event procedures.
MailMessage property
An object that represents a mail message for the current Briefcase object.
Syntax
MailMessage As IASMailMessage
Remarks
Not available in PowerWeb.
Path Property
Property Property
The value of a specified briefcase property (String).
Syntax
Property (Name) As String
Remarks
Not available in PowerWeb.
SkipCurrentDocContent Property
Used by the Global Collaboration Framework.
Syntax
SkipCurrentDocContent As Boolean
Remarks
Not available in PowerWeb.
TemplateName Property
The name of the template from which the current briefcase was created.
Syntax
TemplateName As String
Remarks
Not available in PowerWeb.
Transmittal Property
Briefcase Object Methods
The Briefcase object methods affect the current Briefcase object. They are described below.
Archive Method
Builds (or rebuilds) the current briefcase file.
Syntax
Archive()
Parameters
This method accepts no parameters.
Return Value
The briefcase filename.
Remarks
Not available in PowerWeb. The briefcase file is built by the executable specified for the briefcase template.