IMailAttachmentAddBlob Method |
method AddBlob
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddBlob(
int nIndex,
string Val
)
Sub AddBlob (
nIndex As Integer,
Val As String
)
Dim instance As IMailAttachment
Dim nIndex As Integer
Dim Val As String
instance.AddBlob(nIndex, Val)
void AddBlob(
[InAttribute] int nIndex,
[InAttribute] String^ Val
)
Parameters
- nIndex
- Type: SystemInt32
- Val
- Type: SystemString
See Also