adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationRecipient Interface / MessagingServiceProviderOID Property


In This Topic
    MessagingServiceProviderOID Property (INotificationRecipient)
    In This Topic
    The OID of the Messaging Service Provider to use, if the message should be routed through a specific provider.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    ReadOnly Property MessagingServiceProviderOID As OID
    [CanBeNull()]
    OID MessagingServiceProviderOID {get;}
    [CanBeNull()]
    property OID^ MessagingServiceProviderOID {
       OID^ get();
    }
    See Also