3.1.4.3.3.4 tns:OrganizationRelationshipSettings Complex Type

The OrganizationRelationshipSettings complex type represents the list of organization relationships for the specified organization and SMTP addresses.<30>

 <xs:complexType name="OrganizationRelationshipSettings">
   <xs:sequence>
     <xs:element name="DeliveryReportEnabled"
       type="xs:boolean"
      />
     <xs:element name="DomainNames"
       type="tns:Domains"
       nillable="true"
      />
     <xs:element name="FreeBusyAccessEnabled"
       type="xs:boolean"
      />
     <xs:element name="FreeBusyAccessLevel"
       type="xs:string"
       nillable="true"
      />
     <xs:element name="MailTipsAccessEnabled"
       type="xs:boolean"
      />
     <xs:element name="MailTipsAccessLevel"
       type="xs:string"
       nillable="true"
      />
     <xs:element name="MailboxMoveEnabled"
       type="xs:boolean"
      />
     <xs:element name="Name"
       type="xs:string"
       nillable="true"
      />
     <xs:element name="TargetApplicationUri"
       type="xs:anyURI"
       nillable="true"
      />
     <xs:element name="TargetAutodiscoverEpr"
       type="xs:anyURI"
       nillable="true"
      />
     <xs:element name="TargetSharingEpr"
       type="xs:anyURI"
       nillable="true"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the OrganizationRelationshipSettings complex type.

Element name

Type

Description

DeliveryReportEnabled

xs:boolean [XMLSCHEMA2]

Specifies whether delivery receipt is enabled.

DomainNames

tns:Domains (section 2.2.4.2)

Specifies the domain names collection.

FreeBusyAccessEnabled

xs:boolean

Specifies whether free/busy status is shared.

FreeBusyAccessLevel

xs:string [XMLSCHEMA2]

Specifies the free/busy status level that can be shared out of the organization. MUST be one of the following values,

"None": No calendar sharing with free/busy status.

"AvailabilityOnly": Calendar sharing with free/busy status.

"LimitedDetails": Calendar sharing with free/busy status plus subject and location.

MailTipsAccessEnabled

xs:boolean

Specifies whether mail tips is shared.

MailTipsAccessLevel

xs:string

 Specifies the mail tips access level that can be shared out of the organization. MUST be one of the following values,

"None": No mail tips access.

"Limited": Limited mail tips access

"All": All mail tips.

MailboxMoveEnabled

xs:boolean

Specifies whether mailbox move is enabled.

Name

xs:string

Specifies the name of the organization relationship.

TargetApplicationUri

xs:anyURI [XMLSCHEMA2]

Specifies the target application URI.

TargetAutodiscoverEpr

xs:anyURI

Specifies the endpoint reference to this protocol in the partner organization.

TargetSharingEpr

xs:anyURI

Specifies the endpoint reference to the partner organization.