# File lib/mail/message.rb, line 486
    def bcc=( val )
      header[:bcc] = val
    end