MessageInfoDisplayCC Property |
Gets the CC: line.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string DisplayCC { get; }
Public ReadOnly Property DisplayCC As String
Get
public:
property String^ DisplayCC {
String^ get ();
}
member DisplayCC : string with get
Property Value
Type:
String
The display cc.
See Also