BccRecipients

The BccRecipients element represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail message.

<BccRecipients>
   <Mailbox/>
</BccRecipients>

ArrayOfRecipientsType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Mailbox
Identifies a mail-enabled Active Directory directory service object.

Parent elements

Element Description
RemoveItem
Removes an item from the Exchange store.
Message
Represents an Exchange e-mail message.
MeetingMessage
Represents a meeting in the Exchange store.
MeetingRequest
Represents a meeting request in the Exchange store.
MeetingResponse
Represents a meeting response in the Exchange store.
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
AcceptItem
Represents an accept reply to a meeting request.
TentativelyAcceptItem
Represents a tentatively accepted reply to a meeting request.
DeclineItem
Represents a decline reply to a meeting request.
ReplyToItem
Contains a reply to the creator of an item in the Exchange store.
ReplyAllToItem
Contains a reply to all identified recipients of an item in the Exchange store.
ForwardItem
Contains an Exchange store item to forward to recipients.
CancelCalendarItem
Represents the response object that is used to cancel a meeting.

Remarks

You cannot get BccRecipients by using a FindItem request. Use a GetItem request to get BccRecipients.

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Item Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also