ApplicationClass.MountVolume Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function MountVolume ( _
Zone As String, _
Server As String, _
Volume As String, _
ByRef User As Object, _
ByRef UserPassword As Object, _
ByRef VolumePassword As Object _
) As Short
'Usage
Dim instance As ApplicationClass
Dim Zone As String
Dim Server As String
Dim Volume As String
Dim User As Object
Dim UserPassword As Object
Dim VolumePassword As Object
Dim returnValue As Short
returnValue = instance.MountVolume(Zone, _
Server, Volume, User, UserPassword, _
VolumePassword)
public virtual short MountVolume(
string Zone,
string Server,
string Volume,
ref Object User,
ref Object UserPassword,
ref Object VolumePassword
)
Parameters
- Zone
Type: System.String
- Server
Type: System.String
- Volume
Type: System.String
- User
Type: System.Object%
- UserPassword
Type: System.Object%
- VolumePassword
Type: System.Object%
Return Value
Type: System.Int16
Implements
_Application.MountVolume(String, String, String, Object%, Object%, Object%)