Sharepoint FAQ

 
Home » Interview FAQ » SharepointSubmit FAQRSS Feeds

Would you use SPWebApplication to get information like the SMTP address of the Sharepoint site?

  Shared By: Tarang Nayak         Date: Mar 12, 2011      Category: Sharepoint      Views: 124      

Yes, since this is a Web Application level setting. You would iterate through each SPWebApplication in the SPWebApplication collection, and then use the appropriate property calls (OutboundMailServiceInstance) in order to return settings regarding the mail service such as the SMTP address.

Tagged:                            

 


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].