CEmail.GetAttachmentInfo Method | |
Method to decode all header elements of an email
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetAttachmentInfo(
dwIndex AS DWORD,
dwType AS DWORD
) AS USUAL
public virtual Usual GetAttachmentInfo(
uint dwIndex,
uint dwType
)
Request Example
View SourceParameters
- dwIndex
- Type: DWord
** missing parameter documentation ** - dwType
- Type: DWord
** missing parameter documentation **
Return Value
Type:
UsualRemarks
This method reads the current raw email data and decodes all header elements into their respective ivars. The process also decodes and separates all addressees and resolves names, datetime stamps, priority and receipt requirements.
See Also