지금 지원 담당자와 채팅
지원 담당자와 채팅

Archive Manager 5.9.4 - SDK Guide

Extended properties

Certain message types may contain extended properties and can be added to the message SourceProperties property. For example, we can add the property “Task.StartTime” to the message. These extended properties require special formatting and encoding. A method was provided at the instance level to attach the properties to a message.

IMessage message = new Message();
MessageSourceProperties messageProperties = new MessageSourceProperties();
messageProperties.Add(new MessageSourceProperty("Task.StartTime", DateTime.Now, SourcePropDataType.DateTime));
관련 문서

The document was helpful.

평가 결과 선택

I easily found the information I needed.

평가 결과 선택