_Application.MountVolume Method
This member is for Macintosh only and should not be used.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
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 _Application
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)
short MountVolume(
string Zone,
string Server,
string Volume,
ref Object User,
ref Object UserPassword,
ref Object VolumePassword
)
Parameters
- Zone
Type: System.String
This parameter is for Macintosh only and should not be used.
- Server
Type: System.String
This parameter is for Macintosh only and should not be used.
- Volume
Type: System.String
This parameter is for Macintosh only and should not be used.
- User
Type: System.Object%
This parameter is for Macintosh only and should not be used.
- UserPassword
Type: System.Object%
This parameter is for Macintosh only and should not be used.
- VolumePassword
Type: System.Object%
This parameter is for Macintosh only and should not be used.
Return Value
Type: System.Int16