IMailSenderDoFaxDoc Method |
method DoFaxDoc
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxvoid DoFaxDoc(
string strSourcePath,
string strTargetPath
)
Sub DoFaxDoc (
strSourcePath As String,
strTargetPath As String
)
Dim instance As IMailSender
Dim strSourcePath As String
Dim strTargetPath As String
instance.DoFaxDoc(strSourcePath, strTargetPath)
void DoFaxDoc(
[InAttribute] String^ strSourcePath,
[InAttribute] String^ strTargetPath
)
Parameters
- strSourcePath
- Type: SystemString
- strTargetPath
- Type: SystemString
See Also