Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to read mail contents using msbuild? Any custom tasks or community tasks available to achieve this?

share|improve this question
1  
Can I ask why you'd want to do this? – CharlesB Dec 18 '11 at 14:01
I want to pass properties to script through mail – Samselvaprabu Dec 18 '11 at 14:05
1  
Can I ask why you'd want to pass properties through email? sorry but I'm curious :) – CharlesB Dec 18 '11 at 14:06
we are having a target where based on property name different action will be done. So without giving permission to build machine ,we can ask them send mail to particular mail id. based on the property name they passed in mail , different action will be taken. – Samselvaprabu Dec 18 '11 at 14:12
4  
What can I say but Zawinski's Law, "Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can". – Ben Dec 18 '11 at 14:16

1 Answer

up vote 1 down vote accepted

You can create your own custom task.

See these links for example code:
Read MS Exchange email in C#
C# MAPI to read exchange server inbox
Read Gmail Inbox

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.