IMailAttachmentGetBlob Method |
method GetBlob
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxstring GetBlob(
int nIndex
)
Function GetBlob (
nIndex As Integer
) As String
Dim instance As IMailAttachment
Dim nIndex As Integer
Dim returnValue As String
returnValue = instance.GetBlob(nIndex)
String^ GetBlob(
[InAttribute] int nIndex
)
Parameters
- nIndex
- Type: SystemInt32
Return Value
Type:
String
See Also