InternetMessageHeaderCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a specific header in the collection.
public:
Microsoft::Exchange::WebServices::Data::InternetMessageHeader ^ Find(System::String ^ name);
public Microsoft.Exchange.WebServices.Data.InternetMessageHeader Find (string name);
Public Function Find (name As String) As InternetMessageHeader
Parameters
- name
- String
The name of the header to locate.
Returns
An InternetMessageHeader representing the header with the specified name; null if no header with the specified name was found.