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