_ExchangeUser.CompanyName Property
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.
Returns a String (string in C#) representing the name of the company for the ExchangeUser. Read/write.
public:
property System::String ^ CompanyName { System::String ^ get(); void set(System::String ^ value); };
C#
public string CompanyName { get; set; }
Public Property CompanyName As String
This property corresponds to the MAPI property, PidTagCompanyName.
Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |