This function downloads a specified e-mail attachment.
Header file: | Msgstor2.h |
Platforms: | H/PC 3.0 |
Windows CE versions: | 2.10 and later |
Int TransportDownloadAttachment (HANDLE serviceHandle_p,
MailMsg* mailMessage_p, MailAtt* mailAtt_p)
TRUE indicates success. FALSE indicates failure. To get extended error information, call the function TransportError or TransportErrorMsg.
The transport service provider must implement this function in a DLL registered as a mail service. The Inbox application can then load this DLL and call this function.
When implementing this function, save the attached file in the \Temp directory on the Windows CE platform.