SubjectAlternativeNameInfo.EmailName Property
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.
Gets the email name.
public:
property IVectorView<Platform::String ^> ^ EmailName { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> EmailName();
public IReadOnlyList<string> EmailName { get; }
var iVectorView = subjectAlternativeNameInfo.emailName;
Public ReadOnly Property EmailName As IReadOnlyList(Of String)
Property Value
The email name.