IMailAttachmentTakeFile Method |
method TakeFile
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxvoid TakeFile(
string Val
)
Sub TakeFile (
Val As String
)
Dim instance As IMailAttachment
Dim Val As String
instance.TakeFile(Val)
void TakeFile(
[InAttribute] String^ Val
)
Parameters
- Val
- Type: SystemString
See Also