Share via


EmailMessage.CalendarPart property

The CalendarPart property gets the Multipurpose Internet Mail Extensions (MIME) part of the calendar content of the message.

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

Syntax

'Declaration
Public ReadOnly Property CalendarPart As MimePart
    Get
'Usage
Dim instance As EmailMessage
Dim value As MimePart

value = instance.CalendarPart
public MimePart CalendarPart { get; }

Property value

Type: Microsoft.Exchange.Data.Mime.MimePart

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace