Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 2.86 KB

File metadata and controls

86 lines (60 loc) · 2.86 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
PurportedSender
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
PurportedSender
schema
eb7a54ec-2e48-4030-bbcf-50a31609691b
The PurportedSender element contains contact information for the alleged sender of an e-mail message.

PurportedSender

The PurportedSender element contains contact information for the alleged sender of an e-mail message.

<PurportedSender>
   <Name/>
   <EmailAddress/>
   <RoutingType/>
   <MailboxType/>
   <ItemId/>
</PurportedSender>

EmailAddressType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
Name (EmailAddressType)
Represents the name of the mailbox user. This element is optional.
EmailAddress (NonEmptyStringType)
Defines the Simple Mail Transfer Protocol (SMTP) address of a mailbox user. This element is optional.
RoutingType (EmailAddress)
Represents the routing protocol for the recipient. The default value is SMTP. This element is optional.
MailboxType
Represents the type of mailbox that is represented by the e-mail address.. This element is optional.
ItemId
Defines the item identifier of a contact or private distribution list for recipients from a user's contacts folder. This element is optional.

Parent elements

Element Description
FindMessageTrackingReport
Specifies criteria for the types of messages to find.
MessageTrackingReport
Contains a single message that is returned in a GetMessageTrackingReport operation.
MessageTrackingSearchResult
Contains a single message result for a FindMessageTrackingReportResponse element.

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

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

See also

GetMessageTrackingReport operation