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