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