DeliverableMailItem.TenantId property

The TenantId property gets the tenant to which the item belongs.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TenantId As Guid
    Get
'Usage
Dim instance As DeliverableMailItem
Dim value As Guid

value = instance.TenantId
public abstract Guid TenantId { get; }

Property value

Type: System.Guid
he TenantId property returns Guid object that identifies the tenant.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace