MeetingRequestHandlerGetMeetingRequestInfo Method Ipswitch.Messaging.Framework
Retrieves information contained in a meeting request located in the message.

Namespace: Ipswitch.Messaging.Framework.Mail.MeetingRequest
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool GetMeetingRequestInfo(
	out int SequenceNumber,
	out DateTime TimeStamp,
	out string GlobalId
)

Parameters

SequenceNumber
Type: SystemInt32
Sequence number of Event contained in the VCalendar
TimeStamp
Type: SystemDateTime
DTSTAMP value of Event contained in the VCalendar
GlobalId
Type: SystemString
GlobalId value of Event contained in the VCalendar

Return Value

Type: Boolean
True if a VCalendar/Event was found and able to be parsed, False if an error ocurred or no VCalendar was found in the message.
See Also

Reference