Click or drag to resize

MessageProviderMessageId Property

Returns the message ID from the underlying provider(e.g., the AMM server) as-is. It will be consistent across clients and application launches, but is only guaranteed to be unique for messages of that provider type. It will be empty for draft message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public string ProviderMessageId { get; }

Property Value

Type: String
See Also