IMailSenderDoFullForward Method |
method DoFullForward
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxvoid DoFullForward(
int lidDocument
)
Sub DoFullForward (
lidDocument As Integer
)
Dim instance As IMailSender
Dim lidDocument As Integer
instance.DoFullForward(lidDocument)
void DoFullForward(
[InAttribute] int lidDocument
)
Parameters
- lidDocument
- Type: SystemInt32
See Also