Bcc Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MessageHeader.Bcc Property

Blind Carbon Copy. This specifies who got a copy of the message, but others cannot see who these persons are.

The list will be empty if no Received Bcc was present in the message

public List<RfcMailAddress> Bcc { public get; private set; }

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace