Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to read attachment content using X-MS-ENUMATTS Method

How to read attachment content using X-MS-ENUMATTS Method

Scheduled Pinned Locked Moved C#
comhelptutorialquestion
1 Posts 1 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    meeram395
    wrote on last edited by
    #1

    I have a class which reads mails from an OWA(OutlookWebAccess)mail box. I am using the following code as follows, but not sure how will I get the attachment and read those attachemnt.

    "SELECT" & _
    " ""DAV:href""" & _
    ",""urn:schemas:httpmail:sendername""" & _
    ",""urn:schemas:httpmail:subject""" & _
    ",""urn:schemas:httpmail:datereceived""" & _
    ",""urn:schemas:httpmail:read""" & _
    ",""urn:schemas:httpmail:htmldescription""" & _
    ",""urn:schemas:httpmail:hasattachment""" & _
    ",""urn:schemas:httpmail:attachmentfilename""" & _
    " FROM scope

    Even saving the attachment and reading the file thereafter from local folder is also fine. But I don't know how to do the same. Can anybody provide any help for that? I read something that relates to this in this link. But not able to understand anything. Is this is the way to achieve this? Please help.

    Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups