Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How I get email content from Autodesk.Connectivity.WebServices.File

1 REPLY 1
SOLVED
Reply
Message 1 of 2
wesbird
350 Views, 1 Reply

How I get email content from Autodesk.Connectivity.WebServices.File

Hi, 

 

  I just start learning Vault programming. 

  from HelloWorld example code, after I got 

 

  File selectedFile

 

  if it's email, how I can email subject, sent by, content, etc. should I download the file first? where I can find a example code? 

 

 

Thanks you so much

Wes

Windows 10 64 bit, AutoCAD (ACA, Map) 2023
1 REPLY 1
Message 2 of 2
Redmond.D
in reply to: wesbird

If those properties are stored in Vault, then you can read them by calling Connection.PropertyManager.GetPropertyValues.  Unfortunately, I don't have any samples onhand for this function.  Let me know if you get stuck.

 

If those properties are not stored in Vault, then you will need to download the file and read that infromation directly from the file.  If it's an Outlook file, then there are probably Micrsoft APIs that can read that information.



Doug Redmond
Software Engineer
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report