SubmittedBy Property
Identifies the person who submitted the pickup request.
Syntax
[VB.NET] Public Property SubmittedBy As ContactDetail
[C#] public ContactDetail SubmittedBy {get; set;}
Remarks
This is only required when calling SchedulePickup and the ServiceType is either stFedExFreightEconomy or stFedExFreightPriority.
This must be set to an instance of the ContactDetail type, which will contain specific contact information about the point-of-contact sender. See the ContactDetail type for more information.