• Stephen W. Thomas
  • Azure Integration Gurus
BizTalkGurus
  • Home
  • Blogs
    • Stephen’s BizTalk and Integration Blog
    • BizTalk Community Blogs via Syndication
  • Forums
  • Downloads
  • Videos
  • Training
    • Online Training
    • Classroom Training
Select Page

Re: Email attachments – POP3 adapter

Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Email attachments – POP3 adapter › Re: Email attachments – POP3 adapter

November 21, 2006 at 3:55 AM #16471
community-content

    To get out the attachment file name you can find it in the MIME properties.
    Eks.

    // Get the n'th part and set to a new message
    Out = oXMessage[n];

    // Set message properties
    Out(FILE.ReceivedFileName) = Out(MIME.FileName);

    This works for me on Biztalk 2006. In Biztalk 2004 you have to use the SMTPUtils class.
    Hope this hepls you out
     

    Regards
    Benny Helander


    Search this Site:


    Recent Posts

    • Logic App Consumption deployment: The secret of KeyVault parameter cannot be retrieved. Http status code: ‘Forbidden’. Error message: ‘Access denied to first party service
    • BizTalk Server Visual Studio project: attempted re-targeting of the project has been canceled.
    • BizTalk Oracle Adapter error: The assembly required for type mapping not found.
    • PowerShell script to identify all SQL V1 actions and triggers inside Logic Apps Consumption
    • Friday (funny) Fact: There is no size limit for the Logic App parameter name

    Tweets by AzureIntGurus

    Recent Topics

    • Evaluating on the amount of items returned in a message
    • Send and Receive ports problem
    • How to config/costom a WS Security to SOAP header
    • Email attachments – POP3 adapter
    • Calling ASP page from Biztalk Orchestration

    • Home
    • Blogs
    • Forums
    • Downloads
    • Videos
    • Training
    • Facebook
    • X
    • RSS
    @BizTalkgurus.com