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